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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 '../ash/ash.gyp:ash_test_support', | 354 '../ash/ash.gyp:ash_test_support', |
355 ], | 355 ], |
356 }], | 356 }], |
357 ['use_aura==1', { | 357 ['use_aura==1', { |
358 'sources!': [ | 358 'sources!': [ |
359 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
', | 359 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest_win.cc
', |
360 'test/base/ui_controls_win.cc', | 360 'test/base/ui_controls_win.cc', |
361 ], | 361 ], |
362 }], | 362 }], |
363 ['chromeos==1', { | 363 ['chromeos==1', { |
| 364 'dependencies': [ |
| 365 '../chromeos/chromeos.gyp:chromeos', |
| 366 ], |
364 'sources': [ | 367 'sources': [ |
365 'browser/chromeos/cros/cros_in_process_browser_test.cc', | 368 'browser/chromeos/cros/cros_in_process_browser_test.cc', |
366 'browser/chromeos/cros/cros_in_process_browser_test.h', | 369 'browser/chromeos/cros/cros_in_process_browser_test.h', |
367 'browser/chromeos/cros/cros_mock.cc', | 370 'browser/chromeos/cros/cros_mock.cc', |
368 'browser/chromeos/cros/cros_mock.h', | 371 'browser/chromeos/cros/cros_mock.h', |
369 'browser/chromeos/input_method/textinput_browsertest.cc', | 372 'browser/chromeos/input_method/textinput_browsertest.cc', |
370 'browser/chromeos/input_method/textinput_surroundingtext_browsertest
.cc', | 373 'browser/chromeos/input_method/textinput_surroundingtext_browsertest
.cc', |
371 'browser/chromeos/input_method/textinput_test_helper.cc', | 374 'browser/chromeos/input_method/textinput_test_helper.cc', |
372 'browser/chromeos/input_method/textinput_test_helper.h', | 375 'browser/chromeos/input_method/textinput_test_helper.h', |
373 'browser/chromeos/login/login_browsertest.cc', | 376 'browser/chromeos/login/login_browsertest.cc', |
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3257 # more details. | 3260 # more details. |
3258 'DebugInformationFormat': '3', | 3261 'DebugInformationFormat': '3', |
3259 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', | 3262 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', |
3260 }, | 3263 }, |
3261 }, | 3264 }, |
3262 }, | 3265 }, |
3263 ], | 3266 ], |
3264 }], | 3267 }], |
3265 ], # 'conditions' | 3268 ], # 'conditions' |
3266 } | 3269 } |
OLD | NEW |