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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 560323005: [DevTools] Move target-related methods from DevToolsHttpHandlerDelegate to DevToolsManagerDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed compile Created 6 years, 3 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 27 matching lines...) Expand all
38 'browser/android/chrome_startup_flags.cc', 38 'browser/android/chrome_startup_flags.cc',
39 'browser/android/chrome_startup_flags.h', 39 'browser/android/chrome_startup_flags.h',
40 'browser/android/chrome_web_contents_delegate_android.cc', 40 'browser/android/chrome_web_contents_delegate_android.cc',
41 'browser/android/chrome_web_contents_delegate_android.h', 41 'browser/android/chrome_web_contents_delegate_android.h',
42 'browser/android/chromium_application.cc', 42 'browser/android/chromium_application.cc',
43 'browser/android/chromium_application.h', 43 'browser/android/chromium_application.h',
44 'browser/android/content_view_util.cc', 44 'browser/android/content_view_util.cc',
45 'browser/android/content_view_util.h', 45 'browser/android/content_view_util.h',
46 'browser/android/dev_tools_server.cc', 46 'browser/android/dev_tools_server.cc',
47 'browser/android/dev_tools_server.h', 47 'browser/android/dev_tools_server.h',
48 'browser/android/dev_tools_manager_delegate_android.cc',
49 'browser/android/dev_tools_manager_delegate_android.h',
48 'browser/android/dom_distiller/feedback_reporter_android.cc', 50 'browser/android/dom_distiller/feedback_reporter_android.cc',
49 'browser/android/dom_distiller/feedback_reporter_android.h', 51 'browser/android/dom_distiller/feedback_reporter_android.h',
50 'browser/android/favicon_helper.cc', 52 'browser/android/favicon_helper.cc',
51 'browser/android/favicon_helper.h', 53 'browser/android/favicon_helper.h',
52 'browser/android/foreign_session_helper.cc', 54 'browser/android/foreign_session_helper.cc',
53 'browser/android/foreign_session_helper.h', 55 'browser/android/foreign_session_helper.h',
54 'browser/android/logo_bridge.cc', 56 'browser/android/logo_bridge.cc',
55 'browser/android/logo_bridge.h', 57 'browser/android/logo_bridge.h',
56 'browser/android/logo_service.cc', 58 'browser/android/logo_service.cc',
57 'browser/android/logo_service.h', 59 'browser/android/logo_service.h',
(...skipping 3476 matching lines...) Expand 10 before | Expand all | Expand 10 after
3534 'variables': { 3536 'variables': {
3535 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3537 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3536 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3538 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3537 }, 3539 },
3538 'includes': [ '../build/protoc.gypi' ] 3540 'includes': [ '../build/protoc.gypi' ]
3539 }, 3541 },
3540 ], 3542 ],
3541 },], 3543 },],
3542 ], 3544 ],
3543 } 3545 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698