| 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("//build/config/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//media/media_options.gni") | 7 import("//media/media_options.gni") |
| 8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") | 9 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") |
| 10 if (is_mac) { | 10 if (is_mac) { |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "service_worker/service_worker_types.h", | 313 "service_worker/service_worker_types.h", |
| 314 "service_worker/service_worker_utils.cc", | 314 "service_worker/service_worker_utils.cc", |
| 315 "service_worker/service_worker_utils.h", | 315 "service_worker/service_worker_utils.h", |
| 316 "set_process_title.cc", | 316 "set_process_title.cc", |
| 317 "set_process_title.h", | 317 "set_process_title.h", |
| 318 "set_process_title_linux.cc", | 318 "set_process_title_linux.cc", |
| 319 "set_process_title_linux.h", | 319 "set_process_title_linux.h", |
| 320 "site_isolation_policy.cc", | 320 "site_isolation_policy.cc", |
| 321 "site_isolation_policy.h", | 321 "site_isolation_policy.h", |
| 322 "speech_recognition_messages.h", | 322 "speech_recognition_messages.h", |
| 323 "ssl_status_serialization.cc", | |
| 324 "ssl_status_serialization.h", | |
| 325 "swapped_out_messages.cc", | 323 "swapped_out_messages.cc", |
| 326 "swapped_out_messages.h", | 324 "swapped_out_messages.h", |
| 327 "text_input_client_messages.h", | 325 "text_input_client_messages.h", |
| 328 "text_input_state.cc", | 326 "text_input_state.cc", |
| 329 "text_input_state.h", | 327 "text_input_state.h", |
| 330 "url_schemes.cc", | 328 "url_schemes.cc", |
| 331 "url_schemes.h", | 329 "url_schemes.h", |
| 332 "user_agent.cc", | 330 "user_agent.cc", |
| 333 "utility_messages.h", | 331 "utility_messages.h", |
| 334 "view_message_enums.h", | 332 "view_message_enums.h", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 575 "//third_party/WebKit/public:mojo_bindings", | 573 "//third_party/WebKit/public:mojo_bindings", |
| 576 "//ui/gfx/geometry/mojo", | 574 "//ui/gfx/geometry/mojo", |
| 577 "//url/mojo:url_mojom_gurl", | 575 "//url/mojo:url_mojom_gurl", |
| 578 "//url/mojo:url_mojom_origin", | 576 "//url/mojo:url_mojom_origin", |
| 579 ] | 577 ] |
| 580 | 578 |
| 581 export_class_attribute = "CONTENT_EXPORT" | 579 export_class_attribute = "CONTENT_EXPORT" |
| 582 export_define = "CONTENT_IMPLEMENTATION=1" | 580 export_define = "CONTENT_IMPLEMENTATION=1" |
| 583 export_header = "content/common/content_export.h" | 581 export_header = "content/common/content_export.h" |
| 584 } | 582 } |
| OLD | NEW |