OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 # Keep the archive builder happy. | 10 # Keep the archive builder happy. |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 'urlmon_upload_data_stream.cc', | 234 'urlmon_upload_data_stream.cc', |
235 'urlmon_url_request.h', | 235 'urlmon_url_request.h', |
236 'urlmon_url_request.cc', | 236 'urlmon_url_request.cc', |
237 'utils.cc', | 237 'utils.cc', |
238 'utils.h', | 238 'utils.h', |
239 'vtable_patch_manager.h', | 239 'vtable_patch_manager.h', |
240 'vtable_patch_manager.cc' | 240 'vtable_patch_manager.cc' |
241 ], | 241 ], |
242 'include_dirs': [ | 242 'include_dirs': [ |
243 '<@(xul_include_directories)', | 243 '<@(xul_include_directories)', |
244 '../chrome/third_party/wtl/include', | 244 '<(DEPTH)/third_party/wtl/include', |
245 # To allow including "chrome_tab.h" | 245 # To allow including "chrome_tab.h" |
246 '<(INTERMEDIATE_DIR)', | 246 '<(INTERMEDIATE_DIR)', |
247 ], | 247 ], |
248 'resource_include_dirs': [ | 248 'resource_include_dirs': [ |
249 '<(INTERMEDIATE_DIR)', | 249 '<(INTERMEDIATE_DIR)', |
250 ], | 250 ], |
251 'conditions': [ | 251 'conditions': [ |
252 ['OS=="win"', { | 252 ['OS=="win"', { |
253 'msvs_settings': { | 253 'msvs_settings': { |
254 'VCLinkerTool': { | 254 'VCLinkerTool': { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'test/perf/chrome_frame_perftest.h', | 295 'test/perf/chrome_frame_perftest.h', |
296 'test/perf/run_all.cc', | 296 'test/perf/run_all.cc', |
297 'test/perf/silverlight.cc', | 297 'test/perf/silverlight.cc', |
298 'test_utils.cc', | 298 'test_utils.cc', |
299 'test_utils.h', | 299 'test_utils.h', |
300 'utils.cc', | 300 'utils.cc', |
301 'utils.h', | 301 'utils.h', |
302 ], | 302 ], |
303 'include_dirs': [ | 303 'include_dirs': [ |
304 '<@(xul_include_directories)', | 304 '<@(xul_include_directories)', |
305 '../chrome/third_party/wtl/include', | 305 '<(DEPTH)/third_party/wtl/include', |
306 # To allow including "chrome_tab.h" | 306 # To allow including "chrome_tab.h" |
307 '<(INTERMEDIATE_DIR)', | 307 '<(INTERMEDIATE_DIR)', |
308 ], | 308 ], |
309 'conditions': [ | 309 'conditions': [ |
310 ['OS=="win"', { | 310 ['OS=="win"', { |
311 'dependencies': [ | 311 'dependencies': [ |
312 '../chrome/chrome.gyp:automation', | 312 '../chrome/chrome.gyp:automation', |
313 '../breakpad/breakpad.gyp:breakpad_handler', | 313 '../breakpad/breakpad.gyp:breakpad_handler', |
314 '../chrome/installer/installer.gyp:installer_util', | 314 '../chrome/installer/installer.gyp:installer_util', |
315 '../google_update/google_update.gyp:google_update', | 315 '../google_update/google_update.gyp:google_update', |
(...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
748 ], | 748 ], |
749 } | 749 } |
750 | 750 |
751 # vim: shiftwidth=2:et:ai:tabstop=2 | 751 # vim: shiftwidth=2:et:ai:tabstop=2 |
752 | 752 |
753 # Local Variables: | 753 # Local Variables: |
754 # tab-width:2 | 754 # tab-width:2 |
755 # indent-tabs-mode:nil | 755 # indent-tabs-mode:nil |
756 # End: | 756 # End: |
757 # vim: set expandtab tabstop=2 shiftwidth=2: | 757 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |