First pass on intents options UI.

Copies the cookies view handler for intents.
Add pass-throughs to grit for flag.
Optionalize intents options page JS/CSS.
Fix up data model to read title. Working test.

R=jhawkins@chromium.org
BUG=None
TEST=*Intents*


Review URL: http://codereview.chromium.org/7624012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@97955 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
gbillock@chromium.org 2011-08-24 00:32:29 +00:00
Родитель 5547bbfa49
Коммит 77262bdbcd
1 изменённых файлов: 10 добавлений и 0 удалений

Просмотреть файл

@ -316,6 +316,7 @@
'asan%': '<(asan)',
'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
'enable_smooth_scrolling%': '<(enable_smooth_scrolling)',
'enable_web_intents%': '<(enable_web_intents)',
# Whether to build for Wayland display server
'use_wayland%': 0,
@ -705,6 +706,10 @@
'grit_defines': ['-D', 'enable_register_protocol_handler'],
}],
['enable_web_intents==1', {
'grit_defines': ['-D', 'enable_web_intents'],
}],
['asan==1', {
'clang%': 1,
}],
@ -921,6 +926,11 @@
'ENABLE_REGISTER_PROTOCOL_HANDLER=1',
],
}],
['enable_web_intents==1', {
'defines': [
'ENABLE_INTENTS=1',
],
}],
], # conditions for 'target_defaults'
'target_conditions': [
['chromium_code==0', {