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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 424123003: Replace the use of CLD_DATA_FROM* and CLD-related ifdefs with runtime checks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 2589 matching lines...) Expand 10 before | Expand all | Expand 10 after
2600 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2600 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2601 ], 2601 ],
2602 'dependencies': [ 2602 'dependencies': [
2603 'browser_extensions', 2603 'browser_extensions',
2604 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2604 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2605 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2605 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2606 'common/extensions/api/api.gyp:chrome_api', 2606 'common/extensions/api/api.gyp:chrome_api',
2607 'debugger', 2607 'debugger',
2608 'installer_util', 2608 'installer_util',
2609 '../components/components.gyp:autofill_content_risk_proto', 2609 '../components/components.gyp:autofill_content_risk_proto',
2610 '../components/components.gyp:translate_content_common',
2610 '../media/media.gyp:media', 2611 '../media/media.gyp:media',
2611 '../mojo/mojo.gyp:mojo_system_impl', 2612 '../mojo/mojo.gyp:mojo_system_impl',
2612 '../net/net.gyp:net_with_v8', 2613 '../net/net.gyp:net_with_v8',
2613 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2614 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2614 '../third_party/expat/expat.gyp:expat', 2615 '../third_party/expat/expat.gyp:expat',
2615 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2616 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2616 '../third_party/libjingle/libjingle.gyp:libjingle', 2617 '../third_party/libjingle/libjingle.gyp:libjingle',
2617 '../third_party/npapi/npapi.gyp:npapi', 2618 '../third_party/npapi/npapi.gyp:npapi',
2618 '../third_party/re2/re2.gyp:re2', 2619 '../third_party/re2/re2.gyp:re2',
2619 '../ui/compositor/compositor.gyp:compositor', 2620 '../ui/compositor/compositor.gyp:compositor',
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
2964 }], 2965 }],
2965 ['OS!="android" and OS!="ios"', { 2966 ['OS!="android" and OS!="ios"', {
2966 'dependencies': [ 2967 'dependencies': [
2967 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2968 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2968 ], 2969 ],
2969 }], 2970 }],
2970 ], 2971 ],
2971 }, 2972 },
2972 ], 2973 ],
2973 } 2974 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698