OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 6 'chromium_code': 1, |
7 | 7 |
8 'variables': { | 8 'variables': { |
9 'version_py_path': 'tools/build/version.py', | 9 'version_py_path': 'tools/build/version.py', |
10 'version_path': 'VERSION', | 10 'version_path': 'VERSION', |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 '../skia/skia.gyp:skia', | 503 '../skia/skia.gyp:skia', |
504 '../third_party/icu/icu.gyp:icui18n', | 504 '../third_party/icu/icu.gyp:icui18n', |
505 '../third_party/icu/icu.gyp:icuuc', | 505 '../third_party/icu/icu.gyp:icuuc', |
506 ], | 506 ], |
507 'include_dirs': [ | 507 'include_dirs': [ |
508 '..', | 508 '..', |
509 ], | 509 ], |
510 'sources': [ | 510 'sources': [ |
511 'browser/debugger/debugger_remote_service.cc', | 511 'browser/debugger/debugger_remote_service.cc', |
512 'browser/debugger/debugger_remote_service.h', | 512 'browser/debugger/debugger_remote_service.h', |
513 'browser/debugger/debugger_wrapper.cc', | |
514 'browser/debugger/debugger_wrapper.h', | |
515 'browser/debugger/devtools_client_host.cc', | 513 'browser/debugger/devtools_client_host.cc', |
516 'browser/debugger/devtools_client_host.h', | 514 'browser/debugger/devtools_client_host.h', |
517 'browser/debugger/devtools_http_protocol_handler.cc', | 515 'browser/debugger/devtools_http_protocol_handler.cc', |
518 'browser/debugger/devtools_http_protocol_handler.h', | 516 'browser/debugger/devtools_http_protocol_handler.h', |
519 'browser/debugger/devtools_manager.cc', | 517 'browser/debugger/devtools_manager.cc', |
520 'browser/debugger/devtools_manager.h', | 518 'browser/debugger/devtools_manager.h', |
521 'browser/debugger/devtools_netlog_observer.cc', | 519 'browser/debugger/devtools_netlog_observer.cc', |
522 'browser/debugger/devtools_netlog_observer.h', | 520 'browser/debugger/devtools_netlog_observer.h', |
523 'browser/debugger/devtools_protocol_handler.cc', | 521 'browser/debugger/devtools_protocol_handler.cc', |
524 'browser/debugger/devtools_protocol_handler.h', | 522 'browser/debugger/devtools_protocol_handler.h', |
(...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1909 }], # targets | 1907 }], # targets |
1910 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1908 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
1911 ], # 'conditions' | 1909 ], # 'conditions' |
1912 } | 1910 } |
1913 | 1911 |
1914 # Local Variables: | 1912 # Local Variables: |
1915 # tab-width:2 | 1913 # tab-width:2 |
1916 # indent-tabs-mode:nil | 1914 # indent-tabs-mode:nil |
1917 # End: | 1915 # End: |
1918 # vim: set expandtab tabstop=2 shiftwidth=2: | 1916 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |