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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 346613004: Use loadable module instead of shared library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 years, 5 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
« no previous file with comments | « no previous file | mojo/common/mojo_common_export.h » ('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 '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 2571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2582 'conditions': [ 2582 'conditions': [
2583 ['OS != "ios"', { 2583 ['OS != "ios"', {
2584 'sources': [ '<@(chrome_browser_ui_non_ios_sources)' ], 2584 'sources': [ '<@(chrome_browser_ui_non_ios_sources)' ],
2585 'dependencies': [ 2585 'dependencies': [
2586 'browser_extensions', 2586 'browser_extensions',
2587 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2587 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2588 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2588 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2589 'common/extensions/api/api.gyp:chrome_api', 2589 'common/extensions/api/api.gyp:chrome_api',
2590 'debugger', 2590 'debugger',
2591 'installer_util', 2591 'installer_util',
2592 '../mojo/mojo.gyp:mojo_system_impl', 2592 '../mojo/mojo.gyp:mojo_common_lib',
2593 '../third_party/re2/re2.gyp:re2', 2593 '../third_party/re2/re2.gyp:re2',
2594 '../components/components.gyp:autofill_content_risk_proto', 2594 '../components/components.gyp:autofill_content_risk_proto',
2595 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2595 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2596 '../device/nfc/nfc.gyp:device_nfc', 2596 '../device/nfc/nfc.gyp:device_nfc',
2597 '../media/media.gyp:media', 2597 '../media/media.gyp:media',
2598 '../net/net.gyp:net_with_v8', 2598 '../net/net.gyp:net_with_v8',
2599 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2599 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2600 '../third_party/expat/expat.gyp:expat', 2600 '../third_party/expat/expat.gyp:expat',
2601 '../third_party/hunspell/hunspell.gyp:hunspell', 2601 '../third_party/hunspell/hunspell.gyp:hunspell',
2602 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2602 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
2921 ['enable_webrtc==1', { 2921 ['enable_webrtc==1', {
2922 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], 2922 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ],
2923 }], 2923 }],
2924 ['enable_service_discovery==1', { 2924 ['enable_service_discovery==1', {
2925 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ], 2925 'sources': [ '<@(chrome_browser_ui_service_discovery_sources)' ],
2926 }], 2926 }],
2927 ], 2927 ],
2928 }, 2928 },
2929 ], 2929 ],
2930 } 2930 }
OLDNEW
« no previous file with comments | « no previous file | mojo/common/mojo_common_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698