| 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 542 '../third_party/icu/icu.gyp:icuuc', | 542 '../third_party/icu/icu.gyp:icuuc', |
| 543 ], | 543 ], |
| 544 'include_dirs': [ | 544 'include_dirs': [ |
| 545 '..', | 545 '..', |
| 546 ], | 546 ], |
| 547 'sources': [ | 547 'sources': [ |
| 548 'browser/debugger/debugger_remote_service.cc', | 548 'browser/debugger/debugger_remote_service.cc', |
| 549 'browser/debugger/debugger_remote_service.h', | 549 'browser/debugger/debugger_remote_service.h', |
| 550 'browser/debugger/debugger_wrapper.cc', | 550 'browser/debugger/debugger_wrapper.cc', |
| 551 'browser/debugger/debugger_wrapper.h', | 551 'browser/debugger/debugger_wrapper.h', |
| 552 'browser/debugger/devtools_client_host.cc', |
| 552 'browser/debugger/devtools_client_host.h', | 553 'browser/debugger/devtools_client_host.h', |
| 553 'browser/debugger/devtools_http_protocol_handler.cc', | 554 'browser/debugger/devtools_http_protocol_handler.cc', |
| 554 'browser/debugger/devtools_http_protocol_handler.h', | 555 'browser/debugger/devtools_http_protocol_handler.h', |
| 555 'browser/debugger/devtools_manager.cc', | 556 'browser/debugger/devtools_manager.cc', |
| 556 'browser/debugger/devtools_manager.h', | 557 'browser/debugger/devtools_manager.h', |
| 557 'browser/debugger/devtools_netlog_observer.cc', | 558 'browser/debugger/devtools_netlog_observer.cc', |
| 558 'browser/debugger/devtools_netlog_observer.h', | 559 'browser/debugger/devtools_netlog_observer.h', |
| 559 'browser/debugger/devtools_protocol_handler.cc', | 560 'browser/debugger/devtools_protocol_handler.cc', |
| 560 'browser/debugger/devtools_protocol_handler.h', | 561 'browser/debugger/devtools_protocol_handler.h', |
| 561 'browser/debugger/devtools_remote.h', | 562 'browser/debugger/devtools_remote.h', |
| (...skipping 1367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1929 }], # targets | 1930 }], # targets |
| 1930 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" | 1931 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" |
| 1931 ], # 'conditions' | 1932 ], # 'conditions' |
| 1932 } | 1933 } |
| 1933 | 1934 |
| 1934 # Local Variables: | 1935 # Local Variables: |
| 1935 # tab-width:2 | 1936 # tab-width:2 |
| 1936 # indent-tabs-mode:nil | 1937 # indent-tabs-mode:nil |
| 1937 # End: | 1938 # End: |
| 1938 # vim: set expandtab tabstop=2 shiftwidth=2: | 1939 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |