| OLD | NEW | 
|     1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |     1 # Copyright (c) 2013 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/chromecast_build.gni") |     5 import("//build/config/chromecast_build.gni") | 
|     6 import("//build/config/compiler/compiler.gni") |     6 import("//build/config/compiler/compiler.gni") | 
|     7 import("//build/config/crypto.gni") |     7 import("//build/config/crypto.gni") | 
|     8 import("//build/config/features.gni") |     8 import("//build/config/features.gni") | 
|     9 import("//build/config/ui.gni") |     9 import("//build/config/ui.gni") | 
|    10 import("//build/module_args/v8.gni") |    10 import("//build_overrides/v8.gni") | 
|    11 import("//testing/test.gni") |    11 import("//testing/test.gni") | 
|    12 import("//third_party/icu/config.gni") |    12 import("//third_party/icu/config.gni") | 
|    13 import("//third_party/protobuf/proto_library.gni") |    13 import("//third_party/protobuf/proto_library.gni") | 
|    14 import("//tools/grit/grit_rule.gni") |    14 import("//tools/grit/grit_rule.gni") | 
|    15  |    15  | 
|    16 if (is_android) { |    16 if (is_android) { | 
|    17   import("//build/config/android/config.gni") |    17   import("//build/config/android/config.gni") | 
|    18   import("//build/config/android/rules.gni") |    18   import("//build/config/android/rules.gni") | 
|    19 } else if (is_mac) { |    19 } else if (is_mac) { | 
|    20   import("//build/config/mac/mac_sdk.gni") |    20   import("//build/config/mac/mac_sdk.gni") | 
| (...skipping 1617 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1638   if (enable_websockets) { |  1638   if (enable_websockets) { | 
|  1639     sources += [ "websockets/websocket_frame_perftest.cc" ] |  1639     sources += [ "websockets/websocket_frame_perftest.cc" ] | 
|  1640   } |  1640   } | 
|  1641  |  1641  | 
|  1642   if (use_v8_in_net) { |  1642   if (use_v8_in_net) { | 
|  1643     deps += [ ":net_with_v8" ] |  1643     deps += [ ":net_with_v8" ] | 
|  1644   } else { |  1644   } else { | 
|  1645     sources -= [ "proxy/proxy_resolver_perftest.cc" ] |  1645     sources -= [ "proxy/proxy_resolver_perftest.cc" ] | 
|  1646   } |  1646   } | 
|  1647 } |  1647 } | 
| OLD | NEW |