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

Side by Side Diff: chrome_frame/chrome_frame.gyp

Issue 1703015: Some cleanup regarding Siggi's comments on http://codereview.chromium.org/173... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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 | « no previous file | chrome_frame/crash_reporting/crash_report.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)', 8 'xul_sdk_dir': '../third_party/xulrunner-sdk/<(OS)',
9 9
10 'variables': { 10 'variables': {
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'chrome_tab.idl', 135 'chrome_tab.idl',
136 'chrome_frame_histograms.h', 136 'chrome_frame_histograms.h',
137 'chrome_frame_histograms.cc', 137 'chrome_frame_histograms.cc',
138 'chrome_frame_npapi_unittest.cc', 138 'chrome_frame_npapi_unittest.cc',
139 'chrome_frame_unittest_main.cc', 139 'chrome_frame_unittest_main.cc',
140 'chrome_launcher_unittest.cc', 140 'chrome_launcher_unittest.cc',
141 'function_stub_unittest.cc', 141 'function_stub_unittest.cc',
142 'test/chrome_frame_test_utils.h', 142 'test/chrome_frame_test_utils.h',
143 'test/chrome_frame_test_utils.cc', 143 'test/chrome_frame_test_utils.cc',
144 'test/com_message_event_unittest.cc', 144 'test/com_message_event_unittest.cc',
145 'test/exception_barrier_unittest.cc',
145 'test/html_util_unittests.cc', 146 'test/html_util_unittests.cc',
146 'test/http_negotiate_unittest.cc', 147 'test/http_negotiate_unittest.cc',
147 'test/simulate_input.h', 148 'test/simulate_input.h',
148 'test/simulate_input.cc', 149 'test/simulate_input.cc',
149 'test/urlmon_moniker_tests.h', 150 'test/urlmon_moniker_tests.h',
150 'test/urlmon_moniker_unittest.cc', 151 'test/urlmon_moniker_unittest.cc',
151 'test/util_unittests.cc', 152 'test/util_unittests.cc',
152 'test/window_watchdog.h', 153 'test/window_watchdog.h',
153 'test/window_watchdog.cc', 154 'test/window_watchdog.cc',
154 'unittest_precompile.h', 155 'unittest_precompile.h',
(...skipping 705 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 ], 861 ],
861 } 862 }
862 863
863 # vim: shiftwidth=2:et:ai:tabstop=2 864 # vim: shiftwidth=2:et:ai:tabstop=2
864 865
865 # Local Variables: 866 # Local Variables:
866 # tab-width:2 867 # tab-width:2
867 # indent-tabs-mode:nil 868 # indent-tabs-mode:nil
868 # End: 869 # End:
869 # vim: set expandtab tabstop=2 shiftwidth=2: 870 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome_frame/crash_reporting/crash_report.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698