Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(206)

Side by Side Diff: chrome/chrome.gyp

Issue 6356015: DevTools: enable remote debugging with front-end served from the cloud. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Lint Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/test/testing_browser_process.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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:
OLDNEW
« no previous file with comments | « chrome/browser/ui/browser_init.cc ('k') | chrome/test/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698