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

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 few more missing dependencies to the new component's BUILD.gn rules for our renderer sectio… Created 5 years 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
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3220 matching lines...) Expand 10 before | Expand all | Expand 10 after
3231 'common_mojo_bindings', 3231 'common_mojo_bindings',
3232 'common_net', 3232 'common_net',
3233 'debugger', 3233 'debugger',
3234 'installer_util', 3234 'installer_util',
3235 '../third_party/re2/re2.gyp:re2', 3235 '../third_party/re2/re2.gyp:re2',
3236 '../cc/cc.gyp:cc', 3236 '../cc/cc.gyp:cc',
3237 '../components/components.gyp:about_handler', 3237 '../components/components.gyp:about_handler',
3238 '../components/components.gyp:autofill_content_browser', 3238 '../components/components.gyp:autofill_content_browser',
3239 '../components/components.gyp:browsing_data', 3239 '../components/components.gyp:browsing_data',
3240 '../components/components.gyp:certificate_reporting', 3240 '../components/components.gyp:certificate_reporting',
3241 '../components/components.gyp:contextual_search_browser',
3241 '../components/components.gyp:cookie_config', 3242 '../components/components.gyp:cookie_config',
3242 '../components/components.gyp:data_reduction_proxy_content_browser', 3243 '../components/components.gyp:data_reduction_proxy_content_browser',
3243 '../components/components.gyp:data_use_measurement_content', 3244 '../components/components.gyp:data_use_measurement_content',
3244 '../components/components.gyp:devtools_discovery', 3245 '../components/components.gyp:devtools_discovery',
3245 '../components/components.gyp:devtools_http_handler', 3246 '../components/components.gyp:devtools_http_handler',
3246 '../components/components.gyp:dom_distiller_content_browser', 3247 '../components/components.gyp:dom_distiller_content_browser',
3247 '../components/components.gyp:error_page_common', 3248 '../components/components.gyp:error_page_common',
3248 '../components/components.gyp:favicon_content', 3249 '../components/components.gyp:favicon_content',
3249 '../components/components.gyp:flags_ui', 3250 '../components/components.gyp:flags_ui',
3250 '../components/components.gyp:guest_view_browser', 3251 '../components/components.gyp:guest_view_browser',
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 '../components/components.gyp:omnibox_browser', 4146 '../components/components.gyp:omnibox_browser',
4146 '../components/components.gyp:rlz', 4147 '../components/components.gyp:rlz',
4147 '../components/components.gyp:search_engines', 4148 '../components/components.gyp:search_engines',
4148 '../rlz/rlz.gyp:rlz_lib', 4149 '../rlz/rlz.gyp:rlz_lib',
4149 ], 4150 ],
4150 }, 4151 },
4151 ], 4152 ],
4152 }], 4153 }],
4153 ], 4154 ],
4154 } 4155 }
OLDNEW
« no previous file with comments | « chrome/browser/DEPS ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698