| 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("//chrome/common/features.gni") | 6 import("//chrome/common/features.gni") |
| 7 import("//components/spellcheck/spellcheck_build_features.gni") | 7 import("//components/spellcheck/spellcheck_build_features.gni") |
| 8 import("//extensions/features/features.gni") | 8 import("//extensions/features/features.gni") |
| 9 import("//media/media_options.gni") | 9 import("//media/media_options.gni") |
| 10 import("//ppapi/features/features.gni") | 10 import("//ppapi/features/features.gni") |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 "extensions/page_capture_custom_bindings.cc", | 242 "extensions/page_capture_custom_bindings.cc", |
| 243 "extensions/page_capture_custom_bindings.h", | 243 "extensions/page_capture_custom_bindings.h", |
| 244 "extensions/renderer_permissions_policy_delegate.cc", | 244 "extensions/renderer_permissions_policy_delegate.cc", |
| 245 "extensions/renderer_permissions_policy_delegate.h", | 245 "extensions/renderer_permissions_policy_delegate.h", |
| 246 "extensions/resource_request_policy.cc", | 246 "extensions/resource_request_policy.cc", |
| 247 "extensions/resource_request_policy.h", | 247 "extensions/resource_request_policy.h", |
| 248 "extensions/sync_file_system_custom_bindings.cc", | 248 "extensions/sync_file_system_custom_bindings.cc", |
| 249 "extensions/sync_file_system_custom_bindings.h", | 249 "extensions/sync_file_system_custom_bindings.h", |
| 250 "extensions/webstore_bindings.cc", | 250 "extensions/webstore_bindings.cc", |
| 251 "extensions/webstore_bindings.h", | 251 "extensions/webstore_bindings.h", |
| 252 "extensions/webstore_bindings_helper.cc", |
| 253 "extensions/webstore_bindings_helper.h", |
| 252 "media/cast_ipc_dispatcher.cc", | 254 "media/cast_ipc_dispatcher.cc", |
| 253 "media/cast_ipc_dispatcher.h", | 255 "media/cast_ipc_dispatcher.h", |
| 254 "media/cast_receiver_audio_valve.cc", | 256 "media/cast_receiver_audio_valve.cc", |
| 255 "media/cast_receiver_audio_valve.h", | 257 "media/cast_receiver_audio_valve.h", |
| 256 "media/cast_receiver_session.cc", | 258 "media/cast_receiver_session.cc", |
| 257 "media/cast_receiver_session.h", | 259 "media/cast_receiver_session.h", |
| 258 "media/cast_receiver_session_delegate.cc", | 260 "media/cast_receiver_session_delegate.cc", |
| 259 "media/cast_receiver_session_delegate.h", | 261 "media/cast_receiver_session_delegate.h", |
| 260 "media/cast_rtp_stream.cc", | 262 "media/cast_rtp_stream.cc", |
| 261 "media/cast_rtp_stream.h", | 263 "media/cast_rtp_stream.h", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 ] | 402 ] |
| 401 } | 403 } |
| 402 | 404 |
| 403 if (is_android) { | 405 if (is_android) { |
| 404 sources -= [ | 406 sources -= [ |
| 405 "safe_browsing/mock_feature_extractor_clock.cc", | 407 "safe_browsing/mock_feature_extractor_clock.cc", |
| 406 "safe_browsing/mock_feature_extractor_clock.h", | 408 "safe_browsing/mock_feature_extractor_clock.h", |
| 407 ] | 409 ] |
| 408 } | 410 } |
| 409 } | 411 } |
| OLD | NEW |