| 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 911 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 922 "profiler_controller_impl.cc", | 922 "profiler_controller_impl.cc", |
| 923 "profiler_controller_impl.h", | 923 "profiler_controller_impl.h", |
| 924 "profiler_message_filter.cc", | 924 "profiler_message_filter.cc", |
| 925 "profiler_message_filter.h", | 925 "profiler_message_filter.h", |
| 926 "push_messaging/push_messaging_message_filter.cc", | 926 "push_messaging/push_messaging_message_filter.cc", |
| 927 "push_messaging/push_messaging_message_filter.h", | 927 "push_messaging/push_messaging_message_filter.h", |
| 928 "push_messaging/push_messaging_router.cc", | 928 "push_messaging/push_messaging_router.cc", |
| 929 "push_messaging/push_messaging_router.h", | 929 "push_messaging/push_messaging_router.h", |
| 930 "quota_dispatcher_host.cc", | 930 "quota_dispatcher_host.cc", |
| 931 "quota_dispatcher_host.h", | 931 "quota_dispatcher_host.h", |
| 932 "renderer_data_memoizing_store.h", | |
| 933 "renderer_host/clipboard_message_filter.cc", | 932 "renderer_host/clipboard_message_filter.cc", |
| 934 "renderer_host/clipboard_message_filter.h", | 933 "renderer_host/clipboard_message_filter.h", |
| 935 "renderer_host/clipboard_message_filter_mac.mm", | 934 "renderer_host/clipboard_message_filter_mac.mm", |
| 936 "renderer_host/compositor_resize_lock_aura.cc", | 935 "renderer_host/compositor_resize_lock_aura.cc", |
| 937 "renderer_host/compositor_resize_lock_aura.h", | 936 "renderer_host/compositor_resize_lock_aura.h", |
| 938 "renderer_host/database_message_filter.cc", | 937 "renderer_host/database_message_filter.cc", |
| 939 "renderer_host/database_message_filter.h", | 938 "renderer_host/database_message_filter.h", |
| 940 "renderer_host/delegated_frame_evictor.cc", | 939 "renderer_host/delegated_frame_evictor.cc", |
| 941 "renderer_host/delegated_frame_evictor.h", | 940 "renderer_host/delegated_frame_evictor.h", |
| 942 "renderer_host/dip_util.cc", | 941 "renderer_host/dip_util.cc", |
| (...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1926 if (!is_component_build) { | 1925 if (!is_component_build) { |
| 1927 public_deps = [ | 1926 public_deps = [ |
| 1928 ":browser", | 1927 ":browser", |
| 1929 ] | 1928 ] |
| 1930 } else { | 1929 } else { |
| 1931 public_deps = [ | 1930 public_deps = [ |
| 1932 "//third_party/leveldatabase", | 1931 "//third_party/leveldatabase", |
| 1933 ] | 1932 ] |
| 1934 } | 1933 } |
| 1935 } | 1934 } |
| OLD | NEW |