| 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 "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_service_worker_data.cc", | 237 "net/url_request_service_worker_data.cc", |
| 238 "net/url_request_service_worker_data.h", | 238 "net/url_request_service_worker_data.h", |
| 239 "net/url_request_user_data.cc", | 239 "net/url_request_user_data.cc", |
| 240 "net/url_request_user_data.h", | 240 "net/url_request_user_data.h", |
| 241 "net_adapters.cc", |
| 242 "net_adapters.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", |
| 247 "p2p_socket_type.h", | 249 "p2p_socket_type.h", |
| 248 "page_message_enums.h", | 250 "page_message_enums.h", |
| 249 "page_messages.h", | 251 "page_messages.h", |
| 250 "page_state_serialization.cc", | 252 "page_state_serialization.cc", |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 "//ui/gfx/mojo", | 645 "//ui/gfx/mojo", |
| 644 "//url/mojo:url_mojom_gurl", | 646 "//url/mojo:url_mojom_gurl", |
| 645 "//url/mojo:url_mojom_origin", | 647 "//url/mojo:url_mojom_origin", |
| 646 ] | 648 ] |
| 647 | 649 |
| 648 component_output_prefix = "content_common_mojo_bindings" | 650 component_output_prefix = "content_common_mojo_bindings" |
| 649 export_class_attribute = "CONTENT_EXPORT" | 651 export_class_attribute = "CONTENT_EXPORT" |
| 650 export_define = "CONTENT_IMPLEMENTATION=1" | 652 export_define = "CONTENT_IMPLEMENTATION=1" |
| 651 export_header = "content/common/content_export.h" | 653 export_header = "content/common/content_export.h" |
| 652 } | 654 } |
| OLD | NEW |