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

Side by Side Diff: content/browser/BUILD.gn

Issue 2767513002: Revert of DevTools: android shouldn't depend on devtools frontend (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « chrome/browser/devtools/remote_debugging_server.cc ('k') | content/browser/devtools/BUILD.gn » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 # because the latter is not built on Android, whereas these files are 459 # because the latter is not built on Android, whereas these files are
460 # needed on all platforms. 460 # needed on all platforms.
461 "compositor/surface_utils.cc", 461 "compositor/surface_utils.cc",
462 "compositor/surface_utils.h", 462 "compositor/surface_utils.h",
463 "devtools/browser_devtools_agent_host.cc", 463 "devtools/browser_devtools_agent_host.cc",
464 "devtools/browser_devtools_agent_host.h", 464 "devtools/browser_devtools_agent_host.h",
465 "devtools/devtools_agent_host_impl.cc", 465 "devtools/devtools_agent_host_impl.cc",
466 "devtools/devtools_agent_host_impl.h", 466 "devtools/devtools_agent_host_impl.h",
467 "devtools/devtools_frame_trace_recorder.cc", 467 "devtools/devtools_frame_trace_recorder.cc",
468 "devtools/devtools_frame_trace_recorder.h", 468 "devtools/devtools_frame_trace_recorder.h",
469 "devtools/devtools_frontend_host_impl.cc",
470 "devtools/devtools_frontend_host_impl.h",
469 "devtools/devtools_http_handler.cc", 471 "devtools/devtools_http_handler.cc",
470 "devtools/devtools_http_handler.h", 472 "devtools/devtools_http_handler.h",
471 "devtools/devtools_io_context.cc", 473 "devtools/devtools_io_context.cc",
472 "devtools/devtools_io_context.h", 474 "devtools/devtools_io_context.h",
473 "devtools/devtools_manager.cc", 475 "devtools/devtools_manager.cc",
474 "devtools/devtools_manager.h", 476 "devtools/devtools_manager.h",
475 "devtools/devtools_session.cc", 477 "devtools/devtools_session.cc",
476 "devtools/devtools_session.h", 478 "devtools/devtools_session.h",
477 "devtools/forwarding_agent_host.cc", 479 "devtools/forwarding_agent_host.cc",
478 "devtools/forwarding_agent_host.h", 480 "devtools/forwarding_agent_host.h",
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1854 "//ui/android", 1856 "//ui/android",
1855 ] 1857 ]
1856 defines += [ 1858 defines += [
1857 "APPCACHE_USE_SIMPLE_CACHE", 1859 "APPCACHE_USE_SIMPLE_CACHE",
1858 "ENABLE_SCREEN_CAPTURE=1", 1860 "ENABLE_SCREEN_CAPTURE=1",
1859 ] 1861 ]
1860 libs += [ "jnigraphics" ] 1862 libs += [ "jnigraphics" ]
1861 } else { 1863 } else {
1862 # Not Android. 1864 # Not Android.
1863 sources += [ 1865 sources += [
1864 # Devtools frontend not included in Android
1865 "devtools/devtools_frontend_host_impl.cc",
1866 "devtools/devtools_frontend_host_impl.h",
1867
1868 # Most speech code is non-Android. 1866 # Most speech code is non-Android.
1869 "speech/audio_buffer.cc", 1867 "speech/audio_buffer.cc",
1870 "speech/audio_buffer.h", 1868 "speech/audio_buffer.h",
1871 "speech/audio_encoder.cc", 1869 "speech/audio_encoder.cc",
1872 "speech/audio_encoder.h", 1870 "speech/audio_encoder.h",
1873 "speech/chunked_byte_buffer.cc", 1871 "speech/chunked_byte_buffer.cc",
1874 "speech/chunked_byte_buffer.h", 1872 "speech/chunked_byte_buffer.h",
1875 "speech/endpointer/endpointer.cc", 1873 "speech/endpointer/endpointer.cc",
1876 "speech/endpointer/endpointer.h", 1874 "speech/endpointer/endpointer.h",
1877 "speech/endpointer/energy_endpointer.cc", 1875 "speech/endpointer/energy_endpointer.cc",
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2057 if (!is_component_build) { 2055 if (!is_component_build) {
2058 public_deps = [ 2056 public_deps = [
2059 ":browser", 2057 ":browser",
2060 ] 2058 ]
2061 } else { 2059 } else {
2062 public_deps = [ 2060 public_deps = [
2063 "//third_party/leveldatabase", 2061 "//third_party/leveldatabase",
2064 ] 2062 ]
2065 } 2063 }
2066 } 2064 }
OLDNEW
« no previous file with comments | « chrome/browser/devtools/remote_debugging_server.cc ('k') | content/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698