| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
| 8 }, | 8 }, |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'dependencies': [ | 44 'dependencies': [ |
| 45 'ppapi.gyp:ppapi_c', | 45 'ppapi.gyp:ppapi_c', |
| 46 '../base/base.gyp:base', | 46 '../base/base.gyp:base', |
| 47 '../base/base.gyp:base_i18n', | 47 '../base/base.gyp:base_i18n', |
| 48 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 48 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 49 '../build/temp_gyp/googleurl.gyp:googleurl', | 49 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 50 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 50 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
| 51 '../gpu/gpu.gyp:command_buffer_client', | 51 '../gpu/gpu.gyp:command_buffer_client', |
| 52 '../gpu/gpu.gyp:gles2_implementation', | 52 '../gpu/gpu.gyp:gles2_implementation', |
| 53 '../media/media.gyp:shared_memory_support', | 53 '../media/media.gyp:shared_memory_support', |
| 54 '../net/net.gyp:net', | |
| 55 '../skia/skia.gyp:skia', | 54 '../skia/skia.gyp:skia', |
| 56 '../third_party/icu/icu.gyp:icuuc', | 55 '../third_party/icu/icu.gyp:icuuc', |
| 57 # TODO(ananta) : The WebKit dependency needs to move to a new target for
NACL. | 56 # TODO(ananta) : The WebKit dependency needs to move to a new target for
NACL. |
| 58 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 57 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 59 '../ui/surface/surface.gyp:surface', | 58 '../ui/surface/surface.gyp:surface', |
| 60 ], | 59 ], |
| 61 'export_dependent_settings': [ | 60 'export_dependent_settings': [ |
| 62 '../base/base.gyp:base', | 61 '../base/base.gyp:base', |
| 63 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 62 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 64 ], | 63 ], |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 }, | 221 }, |
| 223 'configurations': { | 222 'configurations': { |
| 224 'Common_Base': { | 223 'Common_Base': { |
| 225 'msvs_target_platform': 'x64', | 224 'msvs_target_platform': 'x64', |
| 226 }, | 225 }, |
| 227 }, | 226 }, |
| 228 }], | 227 }], |
| 229 }], | 228 }], |
| 230 ], | 229 ], |
| 231 } | 230 } |
| OLD | NEW |