Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 83 'ime/win/imm32_manager_unittest.cc', | 83 'ime/win/imm32_manager_unittest.cc', |
| 84 'ime/win/tsf_input_scope_unittest.cc', | 84 'ime/win/tsf_input_scope_unittest.cc', |
| 85 'material_design/material_design_controller_unittest.cc', | 85 'material_design/material_design_controller_unittest.cc', |
| 86 'models/list_model_unittest.cc', | 86 'models/list_model_unittest.cc', |
| 87 'models/list_selection_model_unittest.cc', | 87 'models/list_selection_model_unittest.cc', |
| 88 'models/tree_node_model_unittest.cc', | 88 'models/tree_node_model_unittest.cc', |
| 89 'test/data/resource.h', | 89 'test/data/resource.h', |
| 90 'test/scoped_fake_nswindow_fullscreen_unittest.mm', | 90 'test/scoped_fake_nswindow_fullscreen_unittest.mm', |
| 91 'test/test_clipboard_unittest.cc', | 91 'test/test_clipboard_unittest.cc', |
| 92 'text/bytes_formatting_unittest.cc', | 92 'text/bytes_formatting_unittest.cc', |
| 93 'touch/selection_bound_unittest.cc', | |
| 94 'user_activity/user_activity_detector_unittest.cc', | 93 'user_activity/user_activity_detector_unittest.cc', |
| 95 'view_prop_unittest.cc', | 94 'view_prop_unittest.cc', |
| 96 'webui/web_ui_util_unittest.cc', | 95 'webui/web_ui_util_unittest.cc', |
| 97 'x/selection_requestor_unittest.cc', | 96 'x/selection_requestor_unittest.cc', |
| 98 ], | 97 ], |
| 99 'include_dirs': [ | 98 'include_dirs': [ |
| 100 '../..', | 99 '../..', |
| 101 ], | 100 ], |
| 102 'conditions': [ | 101 'conditions': [ |
| 103 ['OS!="ios"', { | 102 ['OS!="ios"', { |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 154 ], | 153 ], |
| 155 }, | 154 }, |
| 156 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 155 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 157 'msvs_disabled_warnings': [ 4267, ], | 156 'msvs_disabled_warnings': [ 4267, ], |
| 158 }], | 157 }], |
| 159 ['OS == "android"', { | 158 ['OS == "android"', { |
| 160 'dependencies': [ | 159 'dependencies': [ |
| 161 '../../testing/android/native_test.gyp:native_test_native_code', | 160 '../../testing/android/native_test.gyp:native_test_native_code', |
| 162 ], | 161 ], |
| 163 'sources!': [ | 162 'sources!': [ |
| 164 'touch/selection_bound_unittest.cc', | 163 'selection_bound_unittest.cc', |
|
dtapuska
2016/06/02 20:16:56
Is this correct? I'd expect this line to be remove
Fady Samuel
2016/06/02 20:38:32
No it's not mass_rename error. Fixed. Thanks!
| |
| 165 'user_activity/user_activity_detector_unittest.cc', | 164 'user_activity/user_activity_detector_unittest.cc', |
| 166 ], | 165 ], |
| 167 }], | 166 }], |
| 168 ['use_pango == 1', { | 167 ['use_pango == 1', { |
| 169 'dependencies': [ | 168 'dependencies': [ |
| 170 '../../build/linux/system.gyp:pangocairo', | 169 '../../build/linux/system.gyp:pangocairo', |
| 171 ], | 170 ], |
| 172 }], | 171 }], |
| 173 ['use_x11==1', { | 172 ['use_x11==1', { |
| 174 'dependencies': [ | 173 'dependencies': [ |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 327 'dependencies': [ | 326 'dependencies': [ |
| 328 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 327 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 329 ], | 328 ], |
| 330 }], | 329 }], |
| 331 ], | 330 ], |
| 332 }, | 331 }, |
| 333 ], | 332 ], |
| 334 }], | 333 }], |
| 335 ], | 334 ], |
| 336 } | 335 } |
| OLD | NEW |