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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) Created 8 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 | « chrome/unit_tests.isolate ('k') | content/content_shell.gypi » ('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) 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 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 'test/win_event_receiver.h', 418 'test/win_event_receiver.h',
419 'test/net/fake_external_tab.cc', 419 'test/net/fake_external_tab.cc',
420 'test/net/fake_external_tab.h', 420 'test/net/fake_external_tab.h',
421 'test/net/process_singleton_subclass.cc', 421 'test/net/process_singleton_subclass.cc',
422 'test/net/process_singleton_subclass.h', 422 'test/net/process_singleton_subclass.h',
423 'test/net/test_automation_provider.cc', 423 'test/net/test_automation_provider.cc',
424 'test/net/test_automation_provider.h', 424 'test/net/test_automation_provider.h',
425 'test/net/test_automation_resource_message_filter.cc', 425 'test/net/test_automation_resource_message_filter.cc',
426 'test/net/test_automation_resource_message_filter.h', 426 'test/net/test_automation_resource_message_filter.h',
427 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h', 427 '<(SHARED_INTERMEDIATE_DIR)/chrome_frame/chrome_tab.h',
428 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', 428 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc' ,
429 'test_utils.cc', 429 'test_utils.cc',
430 'test_utils.h', 430 'test_utils.h',
431 ], 431 ],
432 'conditions': [ 432 'conditions': [
433 ['OS=="win"', { 433 ['OS=="win"', {
434 'link_settings': { 434 'link_settings': {
435 'libraries': [ 435 'libraries': [
436 '-loleacc.lib', 436 '-loleacc.lib',
437 ], 437 ],
438 }, 438 },
(...skipping 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 # Use outputs of this action as inputs for the main target build. 1053 # Use outputs of this action as inputs for the main target build.
1054 # Seems as a misnomer but makes this happy on Linux (scons). 1054 # Seems as a misnomer but makes this happy on Linux (scons).
1055 'process_outputs_as_sources': 1, 1055 'process_outputs_as_sources': 1,
1056 }, 1056 },
1057 ], 1057 ],
1058 }, 1058 },
1059 ], 1059 ],
1060 }, ], # 'coverage!=0' 1060 }, ], # 'coverage!=0'
1061 ], # 'conditions' 1061 ], # 'conditions'
1062 } 1062 }
OLDNEW
« no previous file with comments | « chrome/unit_tests.isolate ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698