| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "media/midi_messages.h", | 231 "media/midi_messages.h", |
| 232 "media/surface_view_manager_messages_android.h", | 232 "media/surface_view_manager_messages_android.h", |
| 233 "media/video_capture.h", | 233 "media/video_capture.h", |
| 234 "memory_messages.h", | 234 "memory_messages.h", |
| 235 "message_port.cc", | 235 "message_port.cc", |
| 236 "message_port.h", | 236 "message_port.h", |
| 237 "navigation_gesture.h", | 237 "navigation_gesture.h", |
| 238 "navigation_params.cc", | 238 "navigation_params.cc", |
| 239 "navigation_params.h", | 239 "navigation_params.h", |
| 240 "net/url_fetcher.cc", | 240 "net/url_fetcher.cc", |
| 241 "net/url_request_devtools_user_data.cc", |
| 242 "net/url_request_devtools_user_data.h", |
| 241 "net/url_request_service_worker_data.cc", | 243 "net/url_request_service_worker_data.cc", |
| 242 "net/url_request_service_worker_data.h", | 244 "net/url_request_service_worker_data.h", |
| 243 "net/url_request_user_data.cc", | 245 "net/url_request_user_data.cc", |
| 244 "net/url_request_user_data.h", | 246 "net/url_request_user_data.h", |
| 245 "origin_trials/trial_token.cc", | 247 "origin_trials/trial_token.cc", |
| 246 "origin_trials/trial_token.h", | 248 "origin_trials/trial_token.h", |
| 247 "origin_trials/trial_token_validator.cc", | 249 "origin_trials/trial_token_validator.cc", |
| 248 "origin_trials/trial_token_validator.h", | 250 "origin_trials/trial_token_validator.h", |
| 249 "origin_util.cc", | 251 "origin_util.cc", |
| 250 "p2p_messages.h", | 252 "p2p_messages.h", |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 640 "//url/mojo:url_mojom_origin", | 642 "//url/mojo:url_mojom_origin", |
| 641 ] | 643 ] |
| 642 | 644 |
| 643 overridden_deps = [ "//ipc:mojom" ] | 645 overridden_deps = [ "//ipc:mojom" ] |
| 644 component_deps = [ "//ipc" ] | 646 component_deps = [ "//ipc" ] |
| 645 | 647 |
| 646 export_class_attribute = "CONTENT_EXPORT" | 648 export_class_attribute = "CONTENT_EXPORT" |
| 647 export_define = "CONTENT_IMPLEMENTATION=1" | 649 export_define = "CONTENT_IMPLEMENTATION=1" |
| 648 export_header = "content/common/content_export.h" | 650 export_header = "content/common/content_export.h" |
| 649 } | 651 } |
| OLD | NEW |