| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 'browser/debugger/debugger_node.h', | 536 'browser/debugger/debugger_node.h', |
| 537 'browser/debugger/debugger_shell.cc', | 537 'browser/debugger/debugger_shell.cc', |
| 538 'browser/debugger/debugger_shell.h', | 538 'browser/debugger/debugger_shell.h', |
| 539 'browser/debugger/debugger_shell_stubs.cc', | 539 'browser/debugger/debugger_shell_stubs.cc', |
| 540 'browser/debugger/debugger_view.cc', | 540 'browser/debugger/debugger_view.cc', |
| 541 'browser/debugger/debugger_view.h', | 541 'browser/debugger/debugger_view.h', |
| 542 'browser/debugger/debugger_window.cc', | 542 'browser/debugger/debugger_window.cc', |
| 543 'browser/debugger/debugger_window.h', | 543 'browser/debugger/debugger_window.h', |
| 544 'browser/debugger/debugger_wrapper.cc', | 544 'browser/debugger/debugger_wrapper.cc', |
| 545 'browser/debugger/debugger_wrapper.h', | 545 'browser/debugger/debugger_wrapper.h', |
| 546 'browser/debugger/devtools_client_host.h', |
| 546 'browser/debugger/devtools_manager.h', | 547 'browser/debugger/devtools_manager.h', |
| 547 'browser/debugger/devtools_manager.cc', | 548 'browser/debugger/devtools_manager.cc', |
| 548 'browser/debugger/devtools_window.h', | 549 'browser/debugger/devtools_window.h', |
| 549 'browser/debugger/devtools_window_gtk.cc', | 550 'browser/debugger/devtools_window_gtk.cc', |
| 550 'browser/debugger/devtools_window_mac.cc', | 551 'browser/debugger/devtools_window_mac.cc', |
| 551 'browser/debugger/devtools_window_win.cc', | 552 'browser/debugger/devtools_window_win.cc', |
| 552 'browser/debugger/devtools_view.cc', | 553 'browser/debugger/devtools_view.cc', |
| 553 'browser/debugger/devtools_view.h', | 554 'browser/debugger/devtools_view.h', |
| 554 'browser/dock_info.cc', | 555 'browser/dock_info.cc', |
| 555 'browser/dock_info.h', | 556 'browser/dock_info.h', |
| (...skipping 2139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2695 'Debug': { | 2696 'Debug': { |
| 2696 'msvs_precompiled_header': 'tools/build/win/precompiled.h', | 2697 'msvs_precompiled_header': 'tools/build/win/precompiled.h', |
| 2697 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', | 2698 'msvs_precompiled_source': 'tools/build/win/precompiled.cc', |
| 2698 }, | 2699 }, |
| 2699 }, | 2700 }, |
| 2700 }, | 2701 }, |
| 2701 ]}, # 'targets' | 2702 ]}, # 'targets' |
| 2702 ], # OS=="win" | 2703 ], # OS=="win" |
| 2703 ], # 'conditions' | 2704 ], # 'conditions' |
| 2704 } | 2705 } |
| OLD | NEW |