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 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'msvs_disabled_warnings': [ 4267, ], | 431 'msvs_disabled_warnings': [ 4267, ], |
432 }, { # else: OS != "win" | 432 }, { # else: OS != "win" |
433 'sources!': [ | 433 'sources!': [ |
434 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', | 434 'browser/ui/views/ssl_client_certificate_selector_browsertest.cc', |
435 'browser/ui/views/native_widget_win_interactive_uitest.cc', | 435 'browser/ui/views/native_widget_win_interactive_uitest.cc', |
436 ], | 436 ], |
437 }], # OS != "win" | 437 }], # OS != "win" |
438 ], # conditions | 438 ], # conditions |
439 }, | 439 }, |
440 { | 440 { |
| 441 'target_name': 'wifi_test', |
| 442 'type': 'executable', |
| 443 'dependencies': [ |
| 444 'utility', |
| 445 '../base/base.gyp:base', |
| 446 ], |
| 447 'include_dirs': [ |
| 448 '..', |
| 449 ], |
| 450 'sources': [ |
| 451 'utility/wifi/wifi_test.cc', |
| 452 ], |
| 453 }, |
| 454 { |
441 'target_name': 'chrome_devtools_lib', | 455 'target_name': 'chrome_devtools_lib', |
442 'type': 'static_library', | 456 'type': 'static_library', |
443 'hard_dependency': 1, | 457 'hard_dependency': 1, |
444 'dependencies': [ | 458 'dependencies': [ |
445 '../base/base.gyp:base', | 459 '../base/base.gyp:base', |
446 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 460 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
447 '../net/net.gyp:net', | 461 '../net/net.gyp:net', |
448 '../third_party/zlib/zlib.gyp:minizip', | 462 '../third_party/zlib/zlib.gyp:minizip', |
449 '../third_party/zlib/zlib.gyp:zlib', | 463 '../third_party/zlib/zlib.gyp:zlib', |
450 '../ui/ui.gyp:ui', | 464 '../ui/ui.gyp:ui', |
(...skipping 2665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3116 'utility', | 3130 'utility', |
3117 ], | 3131 ], |
3118 'sources': [ | 3132 'sources': [ |
3119 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3133 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3120 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3134 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3121 ], | 3135 ], |
3122 }] | 3136 }] |
3123 }], | 3137 }], |
3124 ], # 'conditions' | 3138 ], # 'conditions' |
3125 } | 3139 } |
OLD | NEW |