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

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: Fix official build, avoid DCHECK in official Linux/ChromeOS builds. Created 9 years 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/tools/profiles/generate_profile.cc ('k') | chrome_frame/test/net/fake_external_tab.h » ('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) 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 'target_name': 'chrome_frame_net_tests', 373 'target_name': 'chrome_frame_net_tests',
374 'type': 'executable', 374 'type': 'executable',
375 'dependencies': [ 375 'dependencies': [
376 '../base/base.gyp:test_support_base', 376 '../base/base.gyp:test_support_base',
377 '../chrome/chrome.gyp:browser', 377 '../chrome/chrome.gyp:browser',
378 '../chrome/chrome.gyp:debugger', 378 '../chrome/chrome.gyp:debugger',
379 '../chrome/chrome.gyp:renderer', 379 '../chrome/chrome.gyp:renderer',
380 '../chrome/chrome.gyp:syncapi_core', 380 '../chrome/chrome.gyp:syncapi_core',
381 '../chrome/chrome_resources.gyp:chrome_resources', 381 '../chrome/chrome_resources.gyp:chrome_resources',
382 '../content/content.gyp:content_gpu', 382 '../content/content.gyp:content_gpu',
383 '../content/content.gyp:test_support_content',
383 '../net/net.gyp:net', 384 '../net/net.gyp:net',
384 '../net/net.gyp:net_test_support', 385 '../net/net.gyp:net_test_support',
385 '../skia/skia.gyp:skia', 386 '../skia/skia.gyp:skia',
386 '../testing/gtest.gyp:gtest', 387 '../testing/gtest.gyp:gtest',
387 '../third_party/icu/icu.gyp:icui18n', 388 '../third_party/icu/icu.gyp:icui18n',
388 '../third_party/icu/icu.gyp:icuuc', 389 '../third_party/icu/icu.gyp:icuuc',
389 '../ui/ui.gyp:ui_resources', 390 '../ui/ui.gyp:ui_resources',
390 'chrome_frame_ie', 391 'chrome_frame_ie',
391 'chrome_tab_idl', 392 'chrome_tab_idl',
392 'npchrome_frame', 393 'npchrome_frame',
(...skipping 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 # Use outputs of this action as inputs for the main target build. 1038 # Use outputs of this action as inputs for the main target build.
1038 # Seems as a misnomer but makes this happy on Linux (scons). 1039 # Seems as a misnomer but makes this happy on Linux (scons).
1039 'process_outputs_as_sources': 1, 1040 'process_outputs_as_sources': 1,
1040 }, 1041 },
1041 ], 1042 ],
1042 }, 1043 },
1043 ], 1044 ],
1044 }, ], # 'coverage!=0' 1045 }, ], # 'coverage!=0'
1045 ], # 'conditions' 1046 ], # 'conditions'
1046 } 1047 }
OLDNEW
« no previous file with comments | « chrome/tools/profiles/generate_profile.cc ('k') | chrome_frame/test/net/fake_external_tab.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698