| 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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
| 9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
| 10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
| (...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1200 "renderer_host/text_input_manager.cc", | 1200 "renderer_host/text_input_manager.cc", |
| 1201 "renderer_host/text_input_manager.h", | 1201 "renderer_host/text_input_manager.h", |
| 1202 "renderer_host/ui_events_helper.cc", | 1202 "renderer_host/ui_events_helper.cc", |
| 1203 "renderer_host/ui_events_helper.h", | 1203 "renderer_host/ui_events_helper.h", |
| 1204 "renderer_host/webmenurunner_mac.h", | 1204 "renderer_host/webmenurunner_mac.h", |
| 1205 "renderer_host/webmenurunner_mac.mm", | 1205 "renderer_host/webmenurunner_mac.mm", |
| 1206 "resolve_proxy_msg_helper.cc", | 1206 "resolve_proxy_msg_helper.cc", |
| 1207 "resolve_proxy_msg_helper.h", | 1207 "resolve_proxy_msg_helper.h", |
| 1208 "resource_context_impl.cc", | 1208 "resource_context_impl.cc", |
| 1209 "resource_context_impl.h", | 1209 "resource_context_impl.h", |
| 1210 "screen_orientation/screen_orientation.cc", | |
| 1211 "screen_orientation/screen_orientation.h", | |
| 1212 "screen_orientation/screen_orientation_delegate_win.cc", | 1210 "screen_orientation/screen_orientation_delegate_win.cc", |
| 1213 "screen_orientation/screen_orientation_delegate_win.h", | 1211 "screen_orientation/screen_orientation_delegate_win.h", |
| 1212 "screen_orientation/screen_orientation_provider.cc", |
| 1213 "screen_orientation/screen_orientation_provider.h", |
| 1214 "service_manager/merge_dictionary.cc", | 1214 "service_manager/merge_dictionary.cc", |
| 1215 "service_manager/merge_dictionary.h", | 1215 "service_manager/merge_dictionary.h", |
| 1216 "service_manager/service_manager_context.cc", | 1216 "service_manager/service_manager_context.cc", |
| 1217 "service_manager/service_manager_context.h", | 1217 "service_manager/service_manager_context.h", |
| 1218 "service_worker/embedded_worker_instance.cc", | 1218 "service_worker/embedded_worker_instance.cc", |
| 1219 "service_worker/embedded_worker_instance.h", | 1219 "service_worker/embedded_worker_instance.h", |
| 1220 "service_worker/embedded_worker_registry.cc", | 1220 "service_worker/embedded_worker_registry.cc", |
| 1221 "service_worker/embedded_worker_registry.h", | 1221 "service_worker/embedded_worker_registry.h", |
| 1222 "service_worker/embedded_worker_status.h", | 1222 "service_worker/embedded_worker_status.h", |
| 1223 "service_worker/foreign_fetch_request_handler.cc", | 1223 "service_worker/foreign_fetch_request_handler.cc", |
| (...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2004 if (!is_component_build) { | 2004 if (!is_component_build) { |
| 2005 public_deps = [ | 2005 public_deps = [ |
| 2006 ":browser", | 2006 ":browser", |
| 2007 ] | 2007 ] |
| 2008 } else { | 2008 } else { |
| 2009 public_deps = [ | 2009 public_deps = [ |
| 2010 "//third_party/leveldatabase", | 2010 "//third_party/leveldatabase", |
| 2011 ] | 2011 ] |
| 2012 } | 2012 } |
| 2013 } | 2013 } |
| OLD | NEW |