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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 183893041: Move sockets APIs out of src/chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename api targets Created 6 years, 9 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 | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2666 matching lines...) Expand 10 before | Expand all | Expand 10 after
2677 'browser/ui/window_sizer/window_sizer_mac.mm', 2677 'browser/ui/window_sizer/window_sizer_mac.mm',
2678 'browser/ui/zoom/zoom_controller.cc', 2678 'browser/ui/zoom/zoom_controller.cc',
2679 'browser/ui/zoom/zoom_controller.h', 2679 'browser/ui/zoom/zoom_controller.h',
2680 'browser/ui/zoom/zoom_observer.h', 2680 'browser/ui/zoom/zoom_observer.h',
2681 ], 2681 ],
2682 'conditions': [ 2682 'conditions': [
2683 ['OS != "ios"', { 2683 ['OS != "ios"', {
2684 'dependencies': [ 2684 'dependencies': [
2685 'browser_extensions', 2685 'browser_extensions',
2686 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2686 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2687 'common/extensions/api/api.gyp:api', 2687 'common/extensions/api/api.gyp:chrome_api',
2688 'debugger', 2688 'debugger',
2689 'installer_util', 2689 'installer_util',
2690 '../third_party/re2/re2.gyp:re2', 2690 '../third_party/re2/re2.gyp:re2',
2691 '../components/components.gyp:autofill_content_risk_proto', 2691 '../components/components.gyp:autofill_content_risk_proto',
2692 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2692 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2693 '../device/nfc/nfc.gyp:device_nfc', 2693 '../device/nfc/nfc.gyp:device_nfc',
2694 '../media/media.gyp:media', 2694 '../media/media.gyp:media',
2695 '../net/net.gyp:net_with_v8', 2695 '../net/net.gyp:net_with_v8',
2696 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2696 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2697 '../third_party/expat/expat.gyp:expat', 2697 '../third_party/expat/expat.gyp:expat',
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after
3425 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3425 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3426 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3426 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3427 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3427 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3428 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3428 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3429 ], 3429 ],
3430 }], 3430 }],
3431 ], 3431 ],
3432 }, 3432 },
3433 ], 3433 ],
3434 } 3434 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698