| OLD | NEW |
| 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 'conditions': [ | 5 'conditions': [ |
| 6 ['OS=="win"', { | 6 ['OS=="win"', { |
| 7 'variables': { | 7 'variables': { |
| 8 'chromium_code': 1, | 8 'chromium_code': 1, |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 '../win8.gyp:metro_viewer', | 78 '../win8.gyp:metro_viewer', |
| 79 ], | 79 ], |
| 80 'sources': [ | 80 'sources': [ |
| 81 'chrome_app_view_ash.cc', | 81 'chrome_app_view_ash.cc', |
| 82 'chrome_app_view_ash.h', | 82 'chrome_app_view_ash.h', |
| 83 'direct3d_helper.cc', | 83 'direct3d_helper.cc', |
| 84 'direct3d_helper.h', | 84 'direct3d_helper.h', |
| 85 'file_picker_ash.cc', | 85 'file_picker_ash.cc', |
| 86 'file_picker_ash.h', | 86 'file_picker_ash.h', |
| 87 ], | 87 ], |
| 88 'includes': [ |
| 89 'ime/ime.gypi', |
| 90 ], |
| 88 }, { # use_aura!=1 | 91 }, { # use_aura!=1 |
| 89 'sources': [ | 92 'sources': [ |
| 90 'chrome_app_view.cc', | 93 'chrome_app_view.cc', |
| 91 'chrome_app_view.h', | 94 'chrome_app_view.h', |
| 92 'chrome_url_launch_handler.cc', | 95 'chrome_url_launch_handler.cc', |
| 93 'chrome_url_launch_handler.h', | 96 'chrome_url_launch_handler.h', |
| 94 'devices_handler.cc', | 97 'devices_handler.cc', |
| 95 'devices_handler.h', | 98 'devices_handler.h', |
| 96 'file_picker.cc', | 99 'file_picker.cc', |
| 97 'file_picker.h', | 100 'file_picker.h', |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'run_all_unittests.cc', | 139 'run_all_unittests.cc', |
| 137 'winrt_utils.cc', | 140 'winrt_utils.cc', |
| 138 'winrt_utils.h', | 141 'winrt_utils.h', |
| 139 'winrt_utils_unittest.cc', | 142 'winrt_utils_unittest.cc', |
| 140 ], | 143 ], |
| 141 }, | 144 }, |
| 142 ], | 145 ], |
| 143 },], | 146 },], |
| 144 ], | 147 ], |
| 145 } | 148 } |
| OLD | NEW |