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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 489153003: Split bundle generation steps so that API registration is generated in browser, not common. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: extra targets Created 6 years, 4 months 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 | Annotate | Revision Log
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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after
2597 '../components/components.gyp:dom_distiller_core', 2597 '../components/components.gyp:dom_distiller_core',
2598 '../sync/sync.gyp:sync', 2598 '../sync/sync.gyp:sync',
2599 ], 2599 ],
2600 'conditions': [ 2600 'conditions': [
2601 ['OS != "ios"', { 2601 ['OS != "ios"', {
2602 'sources': [ 2602 'sources': [
2603 '<@(chrome_browser_ui_non_ios_sources)', 2603 '<@(chrome_browser_ui_non_ios_sources)',
2604 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2604 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2605 ], 2605 ],
2606 'dependencies': [ 2606 'dependencies': [
2607 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
2607 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2608 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2608 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2609 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2609 'common/extensions/api/api.gyp:chrome_api', 2610 'common/extensions/api/api.gyp:chrome_api',
2610 'debugger', 2611 'debugger',
2611 'installer_util', 2612 'installer_util',
2612 '../components/components.gyp:autofill_content_risk_proto', 2613 '../components/components.gyp:autofill_content_risk_proto',
2613 '../components/components.gyp:translate_content_common', 2614 '../components/components.gyp:translate_content_common',
2614 '../media/media.gyp:media', 2615 '../media/media.gyp:media',
2615 '../mojo/mojo_base.gyp:mojo_system_impl', 2616 '../mojo/mojo_base.gyp:mojo_system_impl',
2616 '../net/net.gyp:net_with_v8', 2617 '../net/net.gyp:net_with_v8',
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2968 }], 2969 }],
2969 ['OS!="android" and OS!="ios"', { 2970 ['OS!="android" and OS!="ios"', {
2970 'dependencies': [ 2971 'dependencies': [
2971 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2972 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2972 ], 2973 ],
2973 }], 2974 }],
2974 ], 2975 ],
2975 }, 2976 },
2976 ], 2977 ],
2977 } 2978 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698