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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 517065: Correct Chrome Frame dependencies such that a) CF tests depend on the CF DLL ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 11 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 | « build/all.gyp ('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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 # Keep the archive builder happy. 10 # Keep the archive builder happy.
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'dependencies': [ 165 'dependencies': [
166 '../build/temp_gyp/googleurl.gyp:googleurl', 166 '../build/temp_gyp/googleurl.gyp:googleurl',
167 '../chrome/chrome.gyp:common', 167 '../chrome/chrome.gyp:common',
168 '../chrome/chrome.gyp:utility', 168 '../chrome/chrome.gyp:utility',
169 '../testing/gmock.gyp:gmock', 169 '../testing/gmock.gyp:gmock',
170 '../testing/gtest.gyp:gtest', 170 '../testing/gtest.gyp:gtest',
171 '../third_party/libxml/libxml.gyp:libxml', 171 '../third_party/libxml/libxml.gyp:libxml',
172 '../third_party/libxslt/libxslt.gyp:libxslt', 172 '../third_party/libxslt/libxslt.gyp:libxslt',
173 'chrome_frame_strings', 173 'chrome_frame_strings',
174 'chrome_frame_npapi', 174 'chrome_frame_npapi',
175 'npchrome_frame',
175 'xulrunner_sdk', 176 'xulrunner_sdk',
176 ], 177 ],
177 'sources': [ 178 'sources': [
178 '../base/test_suite.h', 179 '../base/test_suite.h',
179 'test/chrome_frame_test_utils.cc', 180 'test/chrome_frame_test_utils.cc',
180 'test/chrome_frame_test_utils.h', 181 'test/chrome_frame_test_utils.h',
181 'test/chrome_frame_automation_mock.cc', 182 'test/chrome_frame_automation_mock.cc',
182 'test/chrome_frame_automation_mock.h', 183 'test/chrome_frame_automation_mock.h',
183 'test/chrome_frame_unittests.cc', 184 'test/chrome_frame_unittests.cc',
184 'test/chrome_frame_unittests.h', 185 'test/chrome_frame_unittests.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 '../base/base.gyp:base_i18n', 243 '../base/base.gyp:base_i18n',
243 '../base/base.gyp:test_support_base', 244 '../base/base.gyp:test_support_base',
244 '../build/temp_gyp/googleurl.gyp:googleurl', 245 '../build/temp_gyp/googleurl.gyp:googleurl',
245 '../chrome/chrome.gyp:common', 246 '../chrome/chrome.gyp:common',
246 '../chrome/chrome.gyp:utility', 247 '../chrome/chrome.gyp:utility',
247 '../testing/gmock.gyp:gmock', 248 '../testing/gmock.gyp:gmock',
248 '../testing/gtest.gyp:gtest', 249 '../testing/gtest.gyp:gtest',
249 '../third_party/libxml/libxml.gyp:libxml', 250 '../third_party/libxml/libxml.gyp:libxml',
250 '../third_party/libxslt/libxslt.gyp:libxslt', 251 '../third_party/libxslt/libxslt.gyp:libxslt',
251 'chrome_frame_strings', 252 'chrome_frame_strings',
253 'npchrome_frame',
252 'xulrunner_sdk', 254 'xulrunner_sdk',
253 ], 255 ],
254 'sources': [ 256 'sources': [
255 '../base/perf_test_suite.h', 257 '../base/perf_test_suite.h',
256 '../base/perftimer.cc', 258 '../base/perftimer.cc',
257 '../base/test/test_file_util.h', 259 '../base/test/test_file_util.h',
258 '../chrome/test/chrome_process_util.cc', 260 '../chrome/test/chrome_process_util.cc',
259 '../chrome/test/chrome_process_util.h', 261 '../chrome/test/chrome_process_util.h',
260 '../chrome/test/ui/ui_test.cc', 262 '../chrome/test/ui/ui_test.cc',
261 'chrome_tab.h', 263 'chrome_tab.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 '../chrome/chrome.gyp:chrome_dll_version', 304 '../chrome/chrome.gyp:chrome_dll_version',
303 '../chrome/chrome.gyp:chrome_resources', 305 '../chrome/chrome.gyp:chrome_resources',
304 '../chrome/chrome.gyp:debugger', 306 '../chrome/chrome.gyp:debugger',
305 '../chrome/chrome.gyp:renderer', 307 '../chrome/chrome.gyp:renderer',
306 '../chrome/chrome.gyp:syncapi', 308 '../chrome/chrome.gyp:syncapi',
307 '../skia/skia.gyp:skia', 309 '../skia/skia.gyp:skia',
308 '../testing/gtest.gyp:gtest', 310 '../testing/gtest.gyp:gtest',
309 '../third_party/icu/icu.gyp:icui18n', 311 '../third_party/icu/icu.gyp:icui18n',
310 '../third_party/icu/icu.gyp:icuuc', 312 '../third_party/icu/icu.gyp:icuuc',
311 'chrome_frame_npapi', 313 'chrome_frame_npapi',
314 'npchrome_frame',
312 ], 315 ],
313 'sources': [ 316 'sources': [
314 '../net/url_request/url_request_unittest.cc', 317 '../net/url_request/url_request_unittest.cc',
315 '../net/url_request/url_request_unittest.h', 318 '../net/url_request/url_request_unittest.h',
316 'test/chrome_frame_test_utils.cc', 319 'test/chrome_frame_test_utils.cc',
317 'test/chrome_frame_test_utils.h', 320 'test/chrome_frame_test_utils.h',
318 'test/test_server.cc', 321 'test/test_server.cc',
319 'test/test_server.h', 322 'test/test_server.h',
320 'test/net/dialog_watchdog.cc', 323 'test/net/dialog_watchdog.cc',
321 'test/net/dialog_watchdog.h', 324 'test/net/dialog_watchdog.h',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
600 'dependencies': [ 603 'dependencies': [
601 'base_noicu', 604 'base_noicu',
602 'chrome_frame_ie', 605 'chrome_frame_ie',
603 'chrome_frame_npapi', 606 'chrome_frame_npapi',
604 'chrome_frame_strings', 607 'chrome_frame_strings',
605 'chrome_launcher', 608 'chrome_launcher',
606 'xulrunner_sdk', 609 'xulrunner_sdk',
607 '../chrome/chrome.gyp:common', 610 '../chrome/chrome.gyp:common',
608 '../chrome/chrome.gyp:utility', 611 '../chrome/chrome.gyp:utility',
609 '../build/temp_gyp/googleurl.gyp:googleurl', 612 '../build/temp_gyp/googleurl.gyp:googleurl',
610 # FIXME(slightlyoff):
611 # gigantic hack to get these to build from main Chrome sln.
612 'chrome_frame_perftests',
613 'chrome_frame_tests',
614 'chrome_frame_unittests',
615 'chrome_frame_net_tests',
616 ], 613 ],
617 'sources': [ 614 'sources': [
618 'chrome_frame_npapi.rgs', 615 'chrome_frame_npapi.rgs',
619 'chrome_frame_npapi_entrypoints.cc', 616 'chrome_frame_npapi_entrypoints.cc',
620 'chrome_tab.cc', 617 'chrome_tab.cc',
621 'chrome_tab.def', 618 'chrome_tab.def',
622 'chrome_tab.h', 619 'chrome_tab.h',
623 'chrome_tab.idl', 620 'chrome_tab.idl',
624 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can 621 # FIXME(slightlyoff): For chrome_tab.tlb. Giant hack until we can
625 # figure out something more gyp-ish. 622 # figure out something more gyp-ish.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
703 ], 700 ],
704 } 701 }
705 702
706 # vim: shiftwidth=2:et:ai:tabstop=2 703 # vim: shiftwidth=2:et:ai:tabstop=2
707 704
708 # Local Variables: 705 # Local Variables:
709 # tab-width:2 706 # tab-width:2
710 # indent-tabs-mode:nil 707 # indent-tabs-mode:nil
711 # End: 708 # End:
712 # vim: set expandtab tabstop=2 shiftwidth=2: 709 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698