Chromium Code Reviews| OLD | NEW |
|---|---|
| 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("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 9 | 9 |
| 10 source_set("browser") { | 10 source_set("browser") { |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 73 "//google_apis", | 73 "//google_apis", |
| 74 "//gpu", | 74 "//gpu", |
| 75 "//gpu/command_buffer/client:gles2_implementation", | 75 "//gpu/command_buffer/client:gles2_implementation", |
| 76 "//gpu/command_buffer/client:gles2_interface", | 76 "//gpu/command_buffer/client:gles2_interface", |
| 77 "//ipc", | 77 "//ipc", |
| 78 "//ipc:mojom", | 78 "//ipc:mojom", |
| 79 "//media", | 79 "//media", |
| 80 "//media/capture", | 80 "//media/capture", |
| 81 "//media/gpu/ipc/client", | 81 "//media/gpu/ipc/client", |
| 82 "//media/midi", | 82 "//media/midi", |
| 83 "//media/midi:mojo_cpp_sources", | |
|
Takashi Toyoshima
2016/10/17 06:38:57
Adding the right include file results in this line
| |
| 83 "//media/mojo/interfaces", | 84 "//media/mojo/interfaces", |
| 84 "//media/mojo/interfaces:image_capture", | 85 "//media/mojo/interfaces:image_capture", |
| 85 "//mojo/common", | 86 "//mojo/common", |
| 86 "//mojo/edk/system", | 87 "//mojo/edk/system", |
| 87 "//mojo/public/cpp/bindings", | 88 "//mojo/public/cpp/bindings", |
| 88 "//mojo/public/js", | 89 "//mojo/public/js", |
| 89 "//net", | 90 "//net", |
| 90 "//net:extras", | 91 "//net:extras", |
| 91 "//net:http_server", | 92 "//net:http_server", |
| 92 "//ppapi/features", | 93 "//ppapi/features", |
| (...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1942 if (!is_component_build) { | 1943 if (!is_component_build) { |
| 1943 public_deps = [ | 1944 public_deps = [ |
| 1944 ":browser", | 1945 ":browser", |
| 1945 ] | 1946 ] |
| 1946 } else { | 1947 } else { |
| 1947 public_deps = [ | 1948 public_deps = [ |
| 1948 "//third_party/leveldatabase", | 1949 "//third_party/leveldatabase", |
| 1949 ] | 1950 ] |
| 1950 } | 1951 } |
| 1951 } | 1952 } |
| OLD | NEW |