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