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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 9235053: Add a PartialPreReadImage function to file_util (on Windows). (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Address feedback from Chris and Siggi Created 8 years, 10 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
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 'variables': { 9 'variables': {
10 'version_py_path': '../tools/build/version.py', 10 'version_py_path': '../tools/build/version.py',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'target_name': 'chrome_frame_perftests', 295 'target_name': 'chrome_frame_perftests',
296 'type': 'executable', 296 'type': 'executable',
297 'dependencies': [ 297 'dependencies': [
298 '../base/base.gyp:base', 298 '../base/base.gyp:base',
299 '../base/base.gyp:base_i18n', 299 '../base/base.gyp:base_i18n',
300 '../base/base.gyp:test_support_base', 300 '../base/base.gyp:test_support_base',
301 '../build/temp_gyp/googleurl.gyp:googleurl', 301 '../build/temp_gyp/googleurl.gyp:googleurl',
302 '../chrome/chrome.gyp:common', 302 '../chrome/chrome.gyp:common',
303 '../chrome/chrome.gyp:browser', 303 '../chrome/chrome.gyp:browser',
304 '../chrome/chrome.gyp:debugger', 304 '../chrome/chrome.gyp:debugger',
305 '../chrome/chrome.gyp:image_pre_reader',
305 '../chrome/chrome.gyp:test_support_ui', 306 '../chrome/chrome.gyp:test_support_ui',
306 '../chrome/chrome.gyp:utility', 307 '../chrome/chrome.gyp:utility',
307 '../content/content.gyp:content_gpu', 308 '../content/content.gyp:content_gpu',
308 '../testing/gmock.gyp:gmock', 309 '../testing/gmock.gyp:gmock',
309 '../testing/gtest.gyp:gtest', 310 '../testing/gtest.gyp:gtest',
310 '../third_party/libxml/libxml.gyp:libxml', 311 '../third_party/libxml/libxml.gyp:libxml',
311 '../third_party/libxslt/libxslt.gyp:libxslt', 312 '../third_party/libxslt/libxslt.gyp:libxslt',
312 'chrome_frame_ie', 313 'chrome_frame_ie',
313 'chrome_frame_strings', 314 'chrome_frame_strings',
314 'chrome_frame_utils', 315 'chrome_frame_utils',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 # Use outputs of this action as inputs for the main target build. 1045 # Use outputs of this action as inputs for the main target build.
1045 # Seems as a misnomer but makes this happy on Linux (scons). 1046 # Seems as a misnomer but makes this happy on Linux (scons).
1046 'process_outputs_as_sources': 1, 1047 'process_outputs_as_sources': 1,
1047 }, 1048 },
1048 ], 1049 ],
1049 }, 1050 },
1050 ], 1051 ],
1051 }, ], # 'coverage!=0' 1052 }, ], # 'coverage!=0'
1052 ], # 'conditions' 1053 ], # 'conditions'
1053 } 1054 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698