| 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 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 "renderer_host/input/touchpad_tap_suppression_controller.cc", | 1082 "renderer_host/input/touchpad_tap_suppression_controller.cc", |
| 1083 "renderer_host/input/touchpad_tap_suppression_controller.h", | 1083 "renderer_host/input/touchpad_tap_suppression_controller.h", |
| 1084 "renderer_host/input/touchscreen_tap_suppression_controller.cc", | 1084 "renderer_host/input/touchscreen_tap_suppression_controller.cc", |
| 1085 "renderer_host/input/touchscreen_tap_suppression_controller.h", | 1085 "renderer_host/input/touchscreen_tap_suppression_controller.h", |
| 1086 "renderer_host/input/web_input_event_builders_android.cc", | 1086 "renderer_host/input/web_input_event_builders_android.cc", |
| 1087 "renderer_host/input/web_input_event_builders_android.h", | 1087 "renderer_host/input/web_input_event_builders_android.h", |
| 1088 "renderer_host/input/web_input_event_builders_mac.h", | 1088 "renderer_host/input/web_input_event_builders_mac.h", |
| 1089 "renderer_host/input/web_input_event_builders_mac.mm", | 1089 "renderer_host/input/web_input_event_builders_mac.mm", |
| 1090 "renderer_host/legacy_render_widget_host_win.cc", | 1090 "renderer_host/legacy_render_widget_host_win.cc", |
| 1091 "renderer_host/legacy_render_widget_host_win.h", | 1091 "renderer_host/legacy_render_widget_host_win.h", |
| 1092 "renderer_host/media/audio_input_debug_writer.cc", | 1092 "renderer_host/media/audio_debug_file_writer.cc", |
| 1093 "renderer_host/media/audio_input_debug_writer.h", | 1093 "renderer_host/media/audio_debug_file_writer.h", |
| 1094 "renderer_host/media/audio_input_device_manager.cc", | 1094 "renderer_host/media/audio_input_device_manager.cc", |
| 1095 "renderer_host/media/audio_input_device_manager.h", | 1095 "renderer_host/media/audio_input_device_manager.h", |
| 1096 "renderer_host/media/audio_input_renderer_host.cc", | 1096 "renderer_host/media/audio_input_renderer_host.cc", |
| 1097 "renderer_host/media/audio_input_renderer_host.h", | 1097 "renderer_host/media/audio_input_renderer_host.h", |
| 1098 "renderer_host/media/audio_input_sync_writer.cc", | 1098 "renderer_host/media/audio_input_sync_writer.cc", |
| 1099 "renderer_host/media/audio_input_sync_writer.h", | 1099 "renderer_host/media/audio_input_sync_writer.h", |
| 1100 "renderer_host/media/audio_output_authorization_handler.cc", | 1100 "renderer_host/media/audio_output_authorization_handler.cc", |
| 1101 "renderer_host/media/audio_output_authorization_handler.h", | 1101 "renderer_host/media/audio_output_authorization_handler.h", |
| 1102 "renderer_host/media/audio_output_delegate.cc", | 1102 "renderer_host/media/audio_output_delegate.cc", |
| 1103 "renderer_host/media/audio_output_delegate.h", | 1103 "renderer_host/media/audio_output_delegate.h", |
| (...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2005 if (!is_component_build) { | 2005 if (!is_component_build) { |
| 2006 public_deps = [ | 2006 public_deps = [ |
| 2007 ":browser", | 2007 ":browser", |
| 2008 ] | 2008 ] |
| 2009 } else { | 2009 } else { |
| 2010 public_deps = [ | 2010 public_deps = [ |
| 2011 "//third_party/leveldatabase", | 2011 "//third_party/leveldatabase", |
| 2012 ] | 2012 ] |
| 2013 } | 2013 } |
| 2014 } | 2014 } |
| OLD | NEW |