| OLD | NEW |
| 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 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', | 7 'lastchange_path': '<(SHARED_INTERMEDIATE_DIR)/build/LASTCHANGE', |
| 8 # 'branding_dir' is set in the 'conditions' section at the bottom. | 8 # 'branding_dir' is set in the 'conditions' section at the bottom. |
| 9 }, | 9 }, |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 '<(DEPTH)/testing/gtest.gyp:gtest', | 334 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 335 ], | 335 ], |
| 336 'include_dirs': [ | 336 'include_dirs': [ |
| 337 '<(DEPTH)', | 337 '<(DEPTH)', |
| 338 '<(INTERMEDIATE_DIR)', | 338 '<(INTERMEDIATE_DIR)', |
| 339 ], | 339 ], |
| 340 # TODO(robertshield): Move the items marked with "Move to lib" | 340 # TODO(robertshield): Move the items marked with "Move to lib" |
| 341 # below into a separate lib and then link both setup.exe and | 341 # below into a separate lib and then link both setup.exe and |
| 342 # setup_unittests.exe against that. | 342 # setup_unittests.exe against that. |
| 343 'sources': [ | 343 'sources': [ |
| 344 'installer/mini_installer/decompress.cc', |
| 345 'installer/mini_installer/decompress.h', |
| 346 'installer/mini_installer/decompress_test.cc', |
| 344 'installer/mini_installer/mini_string.cc', | 347 'installer/mini_installer/mini_string.cc', |
| 345 'installer/mini_installer/mini_string.h', | 348 'installer/mini_installer/mini_string.h', |
| 346 'installer/mini_installer/mini_string_test.cc', | 349 'installer/mini_installer/mini_string_test.cc', |
| 347 'installer/setup/install_worker.cc', # Move to lib | 350 'installer/setup/install_worker.cc', # Move to lib |
| 348 'installer/setup/install_worker.h', # Move to lib | 351 'installer/setup/install_worker.h', # Move to lib |
| 349 'installer/setup/install_worker_unittest.cc', | 352 'installer/setup/install_worker_unittest.cc', |
| 350 'installer/setup/run_all_unittests.cc', | 353 'installer/setup/run_all_unittests.cc', |
| 351 'installer/setup/setup_constants.cc', # Move to lib | 354 'installer/setup/setup_constants.cc', # Move to lib |
| 352 'installer/setup/setup_constants.h', # Move to lib | 355 'installer/setup/setup_constants.h', # Move to lib |
| 353 'installer/setup/setup_unittests.rc', | 356 'installer/setup/setup_unittests.rc', |
| (...skipping 553 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 }, | 910 }, |
| 908 }], | 911 }], |
| 909 ], | 912 ], |
| 910 } | 913 } |
| 911 | 914 |
| 912 # Local Variables: | 915 # Local Variables: |
| 913 # tab-width:2 | 916 # tab-width:2 |
| 914 # indent-tabs-mode:nil | 917 # indent-tabs-mode:nil |
| 915 # End: | 918 # End: |
| 916 # vim: set expandtab tabstop=2 shiftwidth=2: | 919 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |