| 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
| 9 }, | 9 }, |
| 10 'includes': [ | 10 'includes': [ |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 'drag_drop/drag_image_view.cc', | 147 'drag_drop/drag_image_view.cc', |
| 148 'drag_drop/drag_image_view.h', | 148 'drag_drop/drag_image_view.h', |
| 149 'first_run/desktop_cleaner.cc', | 149 'first_run/desktop_cleaner.cc', |
| 150 'first_run/desktop_cleaner.h', | 150 'first_run/desktop_cleaner.h', |
| 151 'first_run/first_run_helper.cc', | 151 'first_run/first_run_helper.cc', |
| 152 'first_run/first_run_helper.h', | 152 'first_run/first_run_helper.h', |
| 153 'first_run/first_run_helper_impl.cc', | 153 'first_run/first_run_helper_impl.cc', |
| 154 'first_run/first_run_helper_impl.h', | 154 'first_run/first_run_helper_impl.h', |
| 155 'focus_cycler.cc', | 155 'focus_cycler.cc', |
| 156 'focus_cycler.h', | 156 'focus_cycler.h', |
| 157 'frame/frame_util.cc', |
| 158 'frame/frame_util.h', |
| 157 'gpu_support.h', | 159 'gpu_support.h', |
| 158 'gpu_support_stub.cc', | 160 'gpu_support_stub.cc', |
| 159 'gpu_support_stub.h', | 161 'gpu_support_stub.h', |
| 160 'high_contrast/high_contrast_controller.cc', | 162 'high_contrast/high_contrast_controller.cc', |
| 161 'high_contrast/high_contrast_controller.h', | 163 'high_contrast/high_contrast_controller.h', |
| 162 'host/window_tree_host_factory.cc', | 164 'host/window_tree_host_factory.cc', |
| 163 'host/window_tree_host_factory.h', | 165 'host/window_tree_host_factory.h', |
| 164 'host/window_tree_host_factory_win.cc', | 166 'host/window_tree_host_factory_win.cc', |
| 165 'ime/candidate_view.cc', | 167 'ime/candidate_view.cc', |
| 166 'ime/candidate_view.h', | 168 'ime/candidate_view.h', |
| (...skipping 954 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1121 }], | 1123 }], |
| 1122 ['chromeos==1', { | 1124 ['chromeos==1', { |
| 1123 'dependencies': [ | 1125 'dependencies': [ |
| 1124 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1126 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1125 ], | 1127 ], |
| 1126 }], | 1128 }], |
| 1127 ], | 1129 ], |
| 1128 }, | 1130 }, |
| 1129 ], | 1131 ], |
| 1130 } | 1132 } |
| OLD | NEW |