| 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("features.gni") | 5 import("features.gni") |
| 6 import("//build/buildflag_header.gni") | 6 import("//build/buildflag_header.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "media/midi_messages.h", | 227 "media/midi_messages.h", |
| 228 "media/surface_view_manager_messages_android.h", | 228 "media/surface_view_manager_messages_android.h", |
| 229 "media/video_capture.h", | 229 "media/video_capture.h", |
| 230 "memory_messages.h", | 230 "memory_messages.h", |
| 231 "message_port.cc", | 231 "message_port.cc", |
| 232 "message_port.h", | 232 "message_port.h", |
| 233 "navigation_gesture.h", | 233 "navigation_gesture.h", |
| 234 "navigation_params.cc", | 234 "navigation_params.cc", |
| 235 "navigation_params.h", | 235 "navigation_params.h", |
| 236 "net/url_fetcher.cc", | 236 "net/url_fetcher.cc", |
| 237 "net/url_request_devtools_user_data.cc", |
| 238 "net/url_request_devtools_user_data.h", |
| 237 "net/url_request_service_worker_data.cc", | 239 "net/url_request_service_worker_data.cc", |
| 238 "net/url_request_service_worker_data.h", | 240 "net/url_request_service_worker_data.h", |
| 239 "net/url_request_user_data.cc", | 241 "net/url_request_user_data.cc", |
| 240 "net/url_request_user_data.h", | 242 "net/url_request_user_data.h", |
| 241 "origin_trials/trial_token.cc", | 243 "origin_trials/trial_token.cc", |
| 242 "origin_trials/trial_token.h", | 244 "origin_trials/trial_token.h", |
| 243 "origin_trials/trial_token_validator.cc", | 245 "origin_trials/trial_token_validator.cc", |
| 244 "origin_trials/trial_token_validator.h", | 246 "origin_trials/trial_token_validator.h", |
| 245 "origin_util.cc", | 247 "origin_util.cc", |
| 246 "p2p_messages.h", | 248 "p2p_messages.h", |
| (...skipping 391 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 638 "//url/mojo:url_mojom_origin", | 640 "//url/mojo:url_mojom_origin", |
| 639 ] | 641 ] |
| 640 | 642 |
| 641 overridden_deps = [ "//ipc:mojom" ] | 643 overridden_deps = [ "//ipc:mojom" ] |
| 642 component_deps = [ "//ipc" ] | 644 component_deps = [ "//ipc" ] |
| 643 | 645 |
| 644 export_class_attribute = "CONTENT_EXPORT" | 646 export_class_attribute = "CONTENT_EXPORT" |
| 645 export_define = "CONTENT_IMPLEMENTATION=1" | 647 export_define = "CONTENT_IMPLEMENTATION=1" |
| 646 export_header = "content/common/content_export.h" | 648 export_header = "content/common/content_export.h" |
| 647 } | 649 } |
| OLD | NEW |