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

Side by Side Diff: chrome/chrome_browser.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.gyp ('k') | chrome/chrome_browser_chromeos.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', 8 'target_name': 'browser',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 2604 matching lines...) Expand 10 before | Expand all | Expand 10 after
2615 '<(grit_out_dir)/grit/component_extension_resources_map.cc', 2615 '<(grit_out_dir)/grit/component_extension_resources_map.cc',
2616 '<(grit_out_dir)/grit/theme_resources_map.cc', 2616 '<(grit_out_dir)/grit/theme_resources_map.cc',
2617 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc', 2617 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/grit/ui_resources_map.cc',
2618 ], 2618 ],
2619 'conditions': [ 2619 'conditions': [
2620 ['OS != "ios"', { 2620 ['OS != "ios"', {
2621 'dependencies': [ 2621 'dependencies': [
2622 'apps', 2622 'apps',
2623 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor', 2623 'browser/performance_monitor/performance_monitor.gyp:performance_mon itor',
2624 'browser_extensions', 2624 'browser_extensions',
2625 'common/extensions/api/api.gyp:api', 2625 'common/extensions/api/api.gyp:chrome_api',
2626 'debugger', 2626 'debugger',
2627 'installer_util', 2627 'installer_util',
2628 'sync_file_system_drive_proto', 2628 'sync_file_system_drive_proto',
2629 'sync_file_system_proto', 2629 'sync_file_system_proto',
2630 '../third_party/re2/re2.gyp:re2', 2630 '../third_party/re2/re2.gyp:re2',
2631 '../cc/cc.gyp:cc', 2631 '../cc/cc.gyp:cc',
2632 '../components/components.gyp:autofill_content_browser', 2632 '../components/components.gyp:autofill_content_browser',
2633 '../components/components.gyp:browser_context_keyed_service', 2633 '../components/components.gyp:browser_context_keyed_service',
2634 '../components/components.gyp:dom_distiller_content', 2634 '../components/components.gyp:dom_distiller_content',
2635 '../components/components.gyp:navigation_interception', 2635 '../components/components.gyp:navigation_interception',
(...skipping 1162 matching lines...) Expand 10 before | Expand all | Expand 10 after
3798 'package_name': 'org/chromium/chrome/browser', 3798 'package_name': 'org/chromium/chrome/browser',
3799 'template_deps': ['browser/android/tab_load_status.h'], 3799 'template_deps': ['browser/android/tab_load_status.h'],
3800 }, 3800 },
3801 'includes': [ '../build/android/java_cpp_template.gypi' ], 3801 'includes': [ '../build/android/java_cpp_template.gypi' ],
3802 }, 3802 },
3803 ], 3803 ],
3804 }, 3804 },
3805 ], 3805 ],
3806 ], 3806 ],
3807 } 3807 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_chromeos.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698