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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 3035062: Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 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
« no previous file with comments | « chrome/test/unit/chrome_test_suite.h ('k') | chrome_frame/test/net/fake_external_tab.cc » ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'libraries': [ 108 'libraries': [
109 '<(PRODUCT_DIR)/lib/base_noicu.lib', 109 '<(PRODUCT_DIR)/lib/base_noicu.lib',
110 ], 110 ],
111 }, 111 },
112 }, 112 },
113 { 113 {
114 'target_name': 'chrome_frame_unittests', 114 'target_name': 'chrome_frame_unittests',
115 'type': 'executable', 115 'type': 'executable',
116 'msvs_guid': '17D98CCA-0F6A-470F-9DF9-56DC6CC1A0BE', 116 'msvs_guid': '17D98CCA-0F6A-470F-9DF9-56DC6CC1A0BE',
117 'dependencies': [ 117 'dependencies': [
118 '../base/base.gyp:test_support_base',
119 '../build/temp_gyp/googleurl.gyp:googleurl', 118 '../build/temp_gyp/googleurl.gyp:googleurl',
120 '../chrome/chrome.gyp:browser', 119 '../chrome/chrome.gyp:browser',
121 '../chrome/chrome.gyp:common', 120 '../chrome/chrome.gyp:common',
122 '../chrome/chrome.gyp:debugger', 121 '../chrome/chrome.gyp:debugger',
123 '../chrome/chrome.gyp:nacl', 122 '../chrome/chrome.gyp:nacl',
124 '../chrome/chrome.gyp:renderer', 123 '../chrome/chrome.gyp:renderer',
125 '../chrome/chrome.gyp:utility', 124 '../chrome/chrome.gyp:utility',
126 '../testing/gmock.gyp:gmock', 125 '../testing/gmock.gyp:gmock',
127 '../testing/gtest.gyp:gtest', 126 '../testing/gtest.gyp:gtest',
128 'base_noicu', 127 'base_noicu',
129 'chrome_frame_ie', 128 'chrome_frame_ie',
130 'chrome_frame_npapi', 129 'chrome_frame_npapi',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
197 }, 196 },
198 }, 197 },
199 }], 198 }],
200 ], 199 ],
201 }, 200 },
202 { 201 {
203 'target_name': 'chrome_frame_tests', 202 'target_name': 'chrome_frame_tests',
204 'msvs_guid': '1D25715A-C8CE-4448-AFA3-8515AF22D235', 203 'msvs_guid': '1D25715A-C8CE-4448-AFA3-8515AF22D235',
205 'type': 'executable', 204 'type': 'executable',
206 'dependencies': [ 205 'dependencies': [
207 '../base/base.gyp:test_support_base',
208 '../build/temp_gyp/googleurl.gyp:googleurl', 206 '../build/temp_gyp/googleurl.gyp:googleurl',
209 '../chrome/chrome.gyp:common', 207 '../chrome/chrome.gyp:common',
210 '../chrome/chrome.gyp:utility', 208 '../chrome/chrome.gyp:utility',
211 '../net/net.gyp:net_test_support', 209 '../net/net.gyp:net_test_support',
212 '../testing/gmock.gyp:gmock', 210 '../testing/gmock.gyp:gmock',
213 '../testing/gtest.gyp:gtest', 211 '../testing/gtest.gyp:gtest',
214 '../third_party/libxslt/libxslt.gyp:libxslt', 212 '../third_party/libxslt/libxslt.gyp:libxslt',
215 'chrome_frame_ie', 213 'chrome_frame_ie',
216 'chrome_frame_npapi', 214 'chrome_frame_npapi',
217 'chrome_frame_strings', 215 'chrome_frame_strings',
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 }, 427 },
430 }], 428 }],
431 ], 429 ],
432 }, 430 },
433 431
434 { 432 {
435 'target_name': 'chrome_frame_reliability_tests', 433 'target_name': 'chrome_frame_reliability_tests',
436 'type': 'executable', 434 'type': 'executable',
437 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7', 435 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7',
438 'dependencies': [ 436 'dependencies': [
439 '../base/base.gyp:test_support_base',
440 '../chrome/chrome.gyp:browser', 437 '../chrome/chrome.gyp:browser',
441 '../chrome/chrome.gyp:renderer', 438 '../chrome/chrome.gyp:renderer',
442 '../testing/gtest.gyp:gtest', 439 '../testing/gtest.gyp:gtest',
443 'base_noicu', 440 'base_noicu',
444 'chrome_frame_ie', 441 'chrome_frame_ie',
445 'chrome_frame_npapi', 442 'chrome_frame_npapi',
446 'chrome_frame_strings', 443 'chrome_frame_strings',
447 ], 444 ],
448 'sources': [ 445 'sources': [
449 'test/reliability/run_all_unittests.cc', 446 'test/reliability/run_all_unittests.cc',
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 ], 808 ],
812 } 809 }
813 810
814 # vim: shiftwidth=2:et:ai:tabstop=2 811 # vim: shiftwidth=2:et:ai:tabstop=2
815 812
816 # Local Variables: 813 # Local Variables:
817 # tab-width:2 814 # tab-width:2
818 # indent-tabs-mode:nil 815 # indent-tabs-mode:nil
819 # End: 816 # End:
820 # vim: set expandtab tabstop=2 shiftwidth=2: 817 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/test/unit/chrome_test_suite.h ('k') | chrome_frame/test/net/fake_external_tab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698