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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 7020031: [Sync] Move chrome/browser/sync/api files into their own targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix chrome_frame gyp error Created 9 years, 6 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_tests.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'version_py_path': '../tools/build/version.py', 10 'version_py_path': '../tools/build/version.py',
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 { 379 {
380 'target_name': 'chrome_frame_net_tests', 380 'target_name': 'chrome_frame_net_tests',
381 'msvs_guid': '8FDA8275-0415-4B08-A1DC-C95B0D3708DB', 381 'msvs_guid': '8FDA8275-0415-4B08-A1DC-C95B0D3708DB',
382 'type': 'executable', 382 'type': 'executable',
383 'dependencies': [ 383 'dependencies': [
384 '../base/base.gyp:test_support_base', 384 '../base/base.gyp:test_support_base',
385 '../chrome/chrome.gyp:browser', 385 '../chrome/chrome.gyp:browser',
386 '../chrome/chrome.gyp:chrome_resources', 386 '../chrome/chrome.gyp:chrome_resources',
387 '../chrome/chrome.gyp:debugger', 387 '../chrome/chrome.gyp:debugger',
388 '../chrome/chrome.gyp:renderer', 388 '../chrome/chrome.gyp:renderer',
389 '../chrome/chrome.gyp:syncapi', 389 '../chrome/chrome.gyp:syncapi_core',
390 '../content/content.gyp:content_gpu', 390 '../content/content.gyp:content_gpu',
391 '../net/net.gyp:net_test_support', 391 '../net/net.gyp:net_test_support',
392 '../skia/skia.gyp:skia', 392 '../skia/skia.gyp:skia',
393 '../testing/gtest.gyp:gtest', 393 '../testing/gtest.gyp:gtest',
394 '../third_party/icu/icu.gyp:icui18n', 394 '../third_party/icu/icu.gyp:icui18n',
395 '../third_party/icu/icu.gyp:icuuc', 395 '../third_party/icu/icu.gyp:icuuc',
396 'chrome_frame_npapi', 396 'chrome_frame_npapi',
397 'chrome_frame_ie', 397 'chrome_frame_ie',
398 'chrome_tab_idl', 398 'chrome_tab_idl',
399 'npchrome_frame', 399 'npchrome_frame',
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 # NOTE(slightlyoff): 779 # NOTE(slightlyoff):
780 # this is a fix for the include dirs length limit on the resource 780 # this is a fix for the include dirs length limit on the resource
781 # compiler, tickled by the xul_include_dirs variable 781 # compiler, tickled by the xul_include_dirs variable
782 'resource_include_dirs': [ 782 'resource_include_dirs': [
783 '<(INTERMEDIATE_DIR)' 783 '<(INTERMEDIATE_DIR)'
784 ], 784 ],
785 'dependencies': [ 785 'dependencies': [
786 '../breakpad/breakpad.gyp:breakpad_handler', 786 '../breakpad/breakpad.gyp:breakpad_handler',
787 '../chrome/chrome.gyp:automation', 787 '../chrome/chrome.gyp:automation',
788 # Make the archive build happy. 788 # Make the archive build happy.
789 '../chrome/chrome.gyp:syncapi', 789 '../chrome/chrome.gyp:syncapi_core',
790 # Installer 790 # Installer
791 '../chrome/chrome.gyp:installer_util', 791 '../chrome/chrome.gyp:installer_util',
792 '../google_update/google_update.gyp:google_update', 792 '../google_update/google_update.gyp:google_update',
793 # Crash Reporting 793 # Crash Reporting
794 'crash_reporting/crash_reporting.gyp:crash_report', 794 'crash_reporting/crash_reporting.gyp:crash_report',
795 ], 795 ],
796 },], 796 },],
797 ], 797 ],
798 'rules': [ 798 'rules': [
799 { 799 {
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 'resource_include_dirs': [ 910 'resource_include_dirs': [
911 '<(INTERMEDIATE_DIR)' 911 '<(INTERMEDIATE_DIR)'
912 ], 912 ],
913 'sources': [ 913 'sources': [
914 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc', 914 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_frame_resources.rc',
915 ], 915 ],
916 'dependencies': [ 916 'dependencies': [
917 '../breakpad/breakpad.gyp:breakpad_handler_dll', 917 '../breakpad/breakpad.gyp:breakpad_handler_dll',
918 '../chrome/chrome.gyp:automation', 918 '../chrome/chrome.gyp:automation',
919 # Make the archive build happy. 919 # Make the archive build happy.
920 '../chrome/chrome.gyp:syncapi', 920 '../chrome/chrome.gyp:syncapi_core',
921 # Installer 921 # Installer
922 '../chrome/chrome.gyp:installer_util', 922 '../chrome/chrome.gyp:installer_util',
923 '../google_update/google_update.gyp:google_update', 923 '../google_update/google_update.gyp:google_update',
924 # Crash Reporting 924 # Crash Reporting
925 'crash_reporting/crash_reporting.gyp:crash_report', 925 'crash_reporting/crash_reporting.gyp:crash_report',
926 ], 926 ],
927 'link_settings': { 927 'link_settings': {
928 'libraries': [ 928 'libraries': [
929 '-lshdocvw.lib', 929 '-lshdocvw.lib',
930 ], 930 ],
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1086 ], # 'conditions' 1086 ], # 'conditions'
1087 } 1087 }
1088 1088
1089 # vim: shiftwidth=2:et:ai:tabstop=2 1089 # vim: shiftwidth=2:et:ai:tabstop=2
1090 1090
1091 # Local Variables: 1091 # Local Variables:
1092 # tab-width:2 1092 # tab-width:2
1093 # indent-tabs-mode:nil 1093 # indent-tabs-mode:nil
1094 # End: 1094 # End:
1095 # vim: set expandtab tabstop=2 shiftwidth=2: 1095 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698