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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 3162047: FBTF: Move some heavy, repeatedly emitted symbols to implementation files. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: mac fixes Created 10 years, 3 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
« no previous file with comments | « chrome/test/unit/chrome_test_suite.cc ('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) 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 }, 451 },
452 452
453 { 453 {
454 'target_name': 'chrome_frame_reliability_tests', 454 'target_name': 'chrome_frame_reliability_tests',
455 'type': 'executable', 455 'type': 'executable',
456 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7', 456 'msvs_guid': 'A1440368-4089-4E14-8864-D84D3C5714A7',
457 'dependencies': [ 457 'dependencies': [
458 '../base/base.gyp:test_support_base', 458 '../base/base.gyp:test_support_base',
459 '../chrome/chrome.gyp:browser', 459 '../chrome/chrome.gyp:browser',
460 '../chrome/chrome.gyp:renderer', 460 '../chrome/chrome.gyp:renderer',
461 '../chrome/chrome.gyp:test_support_common',
461 '../testing/gtest.gyp:gtest', 462 '../testing/gtest.gyp:gtest',
462 'base_noicu', 463 'base_noicu',
463 'chrome_frame_ie', 464 'chrome_frame_ie',
464 'chrome_frame_npapi', 465 'chrome_frame_npapi',
465 'chrome_frame_strings', 466 'chrome_frame_strings',
466 ], 467 ],
467 'sources': [ 468 'sources': [
468 'test/reliability/run_all_unittests.cc', 469 'test/reliability/run_all_unittests.cc',
469 'test/reliability/page_load_test.cc', 470 'test/reliability/page_load_test.cc',
470 'test/reliability/page_load_test.h', 471 'test/reliability/page_load_test.h',
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 ], # 'conditions' 967 ], # 'conditions'
967 } 968 }
968 969
969 # vim: shiftwidth=2:et:ai:tabstop=2 970 # vim: shiftwidth=2:et:ai:tabstop=2
970 971
971 # Local Variables: 972 # Local Variables:
972 # tab-width:2 973 # tab-width:2
973 # indent-tabs-mode:nil 974 # indent-tabs-mode:nil
974 # End: 975 # End:
975 # vim: set expandtab tabstop=2 shiftwidth=2: 976 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/test/unit/chrome_test_suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698