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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 8477004: Have content/ create and destroy its own threads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More IWYU, missing link-time dependency for Chrome Frame. Created 9 years, 1 month 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
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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'target_name': 'chrome_frame_net_tests', 374 'target_name': 'chrome_frame_net_tests',
375 'type': 'executable', 375 'type': 'executable',
376 'dependencies': [ 376 'dependencies': [
377 '../base/base.gyp:test_support_base', 377 '../base/base.gyp:test_support_base',
378 '../chrome/chrome.gyp:browser', 378 '../chrome/chrome.gyp:browser',
379 '../chrome/chrome.gyp:debugger', 379 '../chrome/chrome.gyp:debugger',
380 '../chrome/chrome.gyp:renderer', 380 '../chrome/chrome.gyp:renderer',
381 '../chrome/chrome.gyp:syncapi_core', 381 '../chrome/chrome.gyp:syncapi_core',
382 '../chrome/chrome_resources.gyp:chrome_resources', 382 '../chrome/chrome_resources.gyp:chrome_resources',
383 '../content/content.gyp:content_gpu', 383 '../content/content.gyp:content_gpu',
384 '../content/content.gyp:test_support_content',
384 '../net/net.gyp:net', 385 '../net/net.gyp:net',
385 '../net/net.gyp:net_test_support', 386 '../net/net.gyp:net_test_support',
386 '../skia/skia.gyp:skia', 387 '../skia/skia.gyp:skia',
387 '../testing/gtest.gyp:gtest', 388 '../testing/gtest.gyp:gtest',
388 '../third_party/icu/icu.gyp:icui18n', 389 '../third_party/icu/icu.gyp:icui18n',
389 '../third_party/icu/icu.gyp:icuuc', 390 '../third_party/icu/icu.gyp:icuuc',
390 '../ui/ui.gyp:ui_resources', 391 '../ui/ui.gyp:ui_resources',
391 'chrome_frame_ie', 392 'chrome_frame_ie',
392 'chrome_tab_idl', 393 'chrome_tab_idl',
393 'npchrome_frame', 394 'npchrome_frame',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 # Use outputs of this action as inputs for the main target build. 1041 # Use outputs of this action as inputs for the main target build.
1041 # Seems as a misnomer but makes this happy on Linux (scons). 1042 # Seems as a misnomer but makes this happy on Linux (scons).
1042 'process_outputs_as_sources': 1, 1043 'process_outputs_as_sources': 1,
1043 }, 1044 },
1044 ], 1045 ],
1045 }, 1046 },
1046 ], 1047 ],
1047 }, ], # 'coverage!=0' 1048 }, ], # 'coverage!=0'
1048 ], # 'conditions' 1049 ], # 'conditions'
1049 } 1050 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698