Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1385663002: [Contextual Search] Add Mojo-enabled API component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added a second parameter to the setCaption API call. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3185 matching lines...) Expand 10 before | Expand all | Expand 10 after
3196 'common_mojo_bindings', 3196 'common_mojo_bindings',
3197 'common_net', 3197 'common_net',
3198 'debugger', 3198 'debugger',
3199 'installer_util', 3199 'installer_util',
3200 '../third_party/re2/re2.gyp:re2', 3200 '../third_party/re2/re2.gyp:re2',
3201 '../cc/cc.gyp:cc', 3201 '../cc/cc.gyp:cc',
3202 '../components/components.gyp:about_handler', 3202 '../components/components.gyp:about_handler',
3203 '../components/components.gyp:autofill_content_browser', 3203 '../components/components.gyp:autofill_content_browser',
3204 '../components/components.gyp:browsing_data', 3204 '../components/components.gyp:browsing_data',
3205 '../components/components.gyp:certificate_reporting', 3205 '../components/components.gyp:certificate_reporting',
3206 '../components/components.gyp:contextual_search_browser',
3206 '../components/components.gyp:cookie_config', 3207 '../components/components.gyp:cookie_config',
3207 '../components/components.gyp:data_reduction_proxy_content_browser', 3208 '../components/components.gyp:data_reduction_proxy_content_browser',
3208 '../components/components.gyp:data_use_measurement_content', 3209 '../components/components.gyp:data_use_measurement_content',
3209 '../components/components.gyp:devtools_discovery', 3210 '../components/components.gyp:devtools_discovery',
3210 '../components/components.gyp:devtools_http_handler', 3211 '../components/components.gyp:devtools_http_handler',
3211 '../components/components.gyp:dom_distiller_content_browser', 3212 '../components/components.gyp:dom_distiller_content_browser',
3212 '../components/components.gyp:error_page_common', 3213 '../components/components.gyp:error_page_common',
3213 '../components/components.gyp:favicon_content', 3214 '../components/components.gyp:favicon_content',
3214 '../components/components.gyp:flags_ui', 3215 '../components/components.gyp:flags_ui',
3215 '../components/components.gyp:guest_view_browser', 3216 '../components/components.gyp:guest_view_browser',
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 '../components/components.gyp:omnibox_browser', 4091 '../components/components.gyp:omnibox_browser',
4091 '../components/components.gyp:rlz', 4092 '../components/components.gyp:rlz',
4092 '../components/components.gyp:search_engines', 4093 '../components/components.gyp:search_engines',
4093 '../rlz/rlz.gyp:rlz_lib', 4094 '../rlz/rlz.gyp:rlz_lib',
4094 ], 4095 ],
4095 }, 4096 },
4096 ], 4097 ],
4097 }], 4098 }],
4098 ], 4099 ],
4099 } 4100 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698