| 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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 "message_port.cc", | 233 "message_port.cc", |
| 234 "message_port.h", | 234 "message_port.h", |
| 235 "navigation_gesture.h", | 235 "navigation_gesture.h", |
| 236 "navigation_params.cc", | 236 "navigation_params.cc", |
| 237 "navigation_params.h", | 237 "navigation_params.h", |
| 238 "net/url_fetcher.cc", | 238 "net/url_fetcher.cc", |
| 239 "net/url_request_service_worker_data.cc", | 239 "net/url_request_service_worker_data.cc", |
| 240 "net/url_request_service_worker_data.h", | 240 "net/url_request_service_worker_data.h", |
| 241 "net/url_request_user_data.cc", | 241 "net/url_request_user_data.cc", |
| 242 "net/url_request_user_data.h", | 242 "net/url_request_user_data.h", |
| 243 "network_traffic_annotation_param_traits.cc", |
| 244 "network_traffic_annotation_param_traits.h", |
| 243 "origin_trials/trial_token.cc", | 245 "origin_trials/trial_token.cc", |
| 244 "origin_trials/trial_token.h", | 246 "origin_trials/trial_token.h", |
| 245 "origin_trials/trial_token_validator.cc", | 247 "origin_trials/trial_token_validator.cc", |
| 246 "origin_trials/trial_token_validator.h", | 248 "origin_trials/trial_token_validator.h", |
| 247 "origin_util.cc", | 249 "origin_util.cc", |
| 248 "p2p_messages.h", | 250 "p2p_messages.h", |
| 249 "p2p_socket_type.h", | 251 "p2p_socket_type.h", |
| 250 "page_message_enums.h", | 252 "page_message_enums.h", |
| 251 "page_messages.h", | 253 "page_messages.h", |
| 252 "page_state_serialization.cc", | 254 "page_state_serialization.cc", |
| (...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 649 "//ui/gfx/mojo", | 651 "//ui/gfx/mojo", |
| 650 "//url/mojo:url_mojom_gurl", | 652 "//url/mojo:url_mojom_gurl", |
| 651 "//url/mojo:url_mojom_origin", | 653 "//url/mojo:url_mojom_origin", |
| 652 ] | 654 ] |
| 653 | 655 |
| 654 component_output_prefix = "content_common_mojo_bindings" | 656 component_output_prefix = "content_common_mojo_bindings" |
| 655 export_class_attribute = "CONTENT_EXPORT" | 657 export_class_attribute = "CONTENT_EXPORT" |
| 656 export_define = "CONTENT_IMPLEMENTATION=1" | 658 export_define = "CONTENT_IMPLEMENTATION=1" |
| 657 export_header = "content/common/content_export.h" | 659 export_header = "content/common/content_export.h" |
| 658 } | 660 } |
| OLD | NEW |