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

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

Issue 2488573002: Refactor getInstalledRelatedApps code and add manifest logic and tests. (Closed)
Patch Set: Use SecurityOrigin, not WebSecurityOrigin. Created 3 years, 10 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 | « no previous file | content/renderer/installedapp/related_apps_fetcher.h » ('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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//ppapi/features/features.gni") 10 import("//ppapi/features/features.gni")
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "input/input_handler_wrapper.h", 174 "input/input_handler_wrapper.h",
175 "input/main_thread_event_queue.cc", 175 "input/main_thread_event_queue.cc",
176 "input/main_thread_event_queue.h", 176 "input/main_thread_event_queue.h",
177 "input/main_thread_input_event_filter.cc", 177 "input/main_thread_input_event_filter.cc",
178 "input/main_thread_input_event_filter.h", 178 "input/main_thread_input_event_filter.h",
179 "input/render_widget_input_handler.cc", 179 "input/render_widget_input_handler.cc",
180 "input/render_widget_input_handler.h", 180 "input/render_widget_input_handler.h",
181 "input/render_widget_input_handler_delegate.h", 181 "input/render_widget_input_handler_delegate.h",
182 "input/scoped_web_input_event_with_latency_info.cc", 182 "input/scoped_web_input_event_with_latency_info.cc",
183 "input/scoped_web_input_event_with_latency_info.h", 183 "input/scoped_web_input_event_with_latency_info.h",
184 "installedapp/related_apps_fetcher.cc",
185 "installedapp/related_apps_fetcher.h",
184 "internal_document_state_data.cc", 186 "internal_document_state_data.cc",
185 "internal_document_state_data.h", 187 "internal_document_state_data.h",
186 "java/gin_java_bridge_dispatcher.cc", 188 "java/gin_java_bridge_dispatcher.cc",
187 "java/gin_java_bridge_dispatcher.h", 189 "java/gin_java_bridge_dispatcher.h",
188 "java/gin_java_bridge_object.cc", 190 "java/gin_java_bridge_object.cc",
189 "java/gin_java_bridge_object.h", 191 "java/gin_java_bridge_object.h",
190 "java/gin_java_bridge_value_converter.cc", 192 "java/gin_java_bridge_value_converter.cc",
191 "java/gin_java_bridge_value_converter.h", 193 "java/gin_java_bridge_value_converter.h",
192 "java/gin_java_function_invocation_helper.cc", 194 "java/gin_java_function_invocation_helper.cc",
193 "java/gin_java_function_invocation_helper.h", 195 "java/gin_java_function_invocation_helper.h",
(...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 # For the defines in mojo_media_config. 942 # For the defines in mojo_media_config.
941 public_configs = [ "//media/mojo/services:mojo_media_config" ] 943 public_configs = [ "//media/mojo/services:mojo_media_config" ]
942 } 944 }
943 945
944 if (!is_component_build) { 946 if (!is_component_build) {
945 public_deps = [ 947 public_deps = [
946 ":renderer", 948 ":renderer",
947 ] 949 ]
948 } 950 }
949 } 951 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/installedapp/related_apps_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698