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

Side by Side Diff: trunk/src/chrome_frame/chrome_frame.gyp

Issue 18547009: Revert 209420 "Factor out content shell and tests into a standal..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 5 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 | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | trunk/src/components/components_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Keep the archive builder happy. 9 # Keep the archive builder happy.
10 'chrome_personalization%': 1, 10 'chrome_personalization%': 1,
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'type': 'executable', 407 'type': 'executable',
408 'dependencies': [ 408 'dependencies': [
409 '../base/base.gyp:test_support_base', 409 '../base/base.gyp:test_support_base',
410 '../chrome/chrome.gyp:browser', 410 '../chrome/chrome.gyp:browser',
411 '../chrome/chrome.gyp:debugger', 411 '../chrome/chrome.gyp:debugger',
412 '../chrome/chrome.gyp:renderer', 412 '../chrome/chrome.gyp:renderer',
413 '../chrome/chrome.gyp:test_support_common', 413 '../chrome/chrome.gyp:test_support_common',
414 '../chrome/chrome_resources.gyp:chrome_resources', 414 '../chrome/chrome_resources.gyp:chrome_resources',
415 '../content/content.gyp:content_app', 415 '../content/content.gyp:content_app',
416 '../content/content.gyp:content_gpu', 416 '../content/content.gyp:content_gpu',
417 '../content/content_shell_and_tests.gyp:test_support_content', 417 '../content/content.gyp:test_support_content',
418 '../net/net.gyp:net', 418 '../net/net.gyp:net',
419 '../net/net.gyp:net_test_support', 419 '../net/net.gyp:net_test_support',
420 '../skia/skia.gyp:skia', 420 '../skia/skia.gyp:skia',
421 '../sync/sync.gyp:sync', 421 '../sync/sync.gyp:sync',
422 '../testing/gtest.gyp:gtest', 422 '../testing/gtest.gyp:gtest',
423 '../third_party/icu/icu.gyp:icui18n', 423 '../third_party/icu/icu.gyp:icui18n',
424 '../third_party/icu/icu.gyp:icuuc', 424 '../third_party/icu/icu.gyp:icuuc',
425 '../ui/ui.gyp:ui_resources', 425 '../ui/ui.gyp:ui_resources',
426 'chrome_frame_ie', 426 'chrome_frame_ie',
427 'chrome_tab_idl', 427 'chrome_tab_idl',
(...skipping 663 matching lines...) Expand 10 before | Expand all | Expand 10 after
1091 # Use outputs of this action as inputs for the main target build. 1091 # Use outputs of this action as inputs for the main target build.
1092 # Seems as a misnomer but makes this happy on Linux (scons). 1092 # Seems as a misnomer but makes this happy on Linux (scons).
1093 'process_outputs_as_sources': 1, 1093 'process_outputs_as_sources': 1,
1094 }, 1094 },
1095 ], 1095 ],
1096 }, 1096 },
1097 ], 1097 ],
1098 }, ], # 'coverage!=0' 1098 }, ], # 'coverage!=0'
1099 ], # 'conditions' 1099 ], # 'conditions'
1100 } 1100 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/chrome_tests_unit.gypi ('k') | trunk/src/components/components_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698