Chromium Code Reviews| 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../build/temp_gyp/googleurl.gyp:googleurl', | 8 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 9 '../gpu/gpu.gyp:gles2_implementation', | 9 '../gpu/gpu.gyp:gles2_implementation', |
| 10 '../gpu/gpu.gyp:gpu_ipc', | 10 '../gpu/gpu.gyp:gpu_ipc', |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 93 'public/common/url_constants.cc', | 93 'public/common/url_constants.cc', |
| 94 'public/common/url_constants.h', | 94 'public/common/url_constants.h', |
| 95 'public/common/url_fetcher.h', | 95 'public/common/url_fetcher.h', |
| 96 'public/common/url_fetcher_delegate.h', | 96 'public/common/url_fetcher_delegate.h', |
| 97 'public/common/zygote_fork_delegate_linux.h', | 97 'public/common/zygote_fork_delegate_linux.h', |
| 98 'common/accessibility_messages.h', | 98 'common/accessibility_messages.h', |
| 99 'common/android/address_parser.cc', | 99 'common/android/address_parser.cc', |
| 100 'common/android/address_parser.h', | 100 'common/android/address_parser.h', |
| 101 'common/android/address_parser_internal.cc', | 101 'common/android/address_parser_internal.cc', |
| 102 'common/android/address_parser_internal.h', | 102 'common/android/address_parser_internal.h', |
| 103 'common/android/surface_callback.cc', | |
| 104 'common/android/surface_callback.h', | |
| 103 'common/appcache/appcache_backend_proxy.cc', | 105 'common/appcache/appcache_backend_proxy.cc', |
| 104 'common/appcache/appcache_backend_proxy.h', | 106 'common/appcache/appcache_backend_proxy.h', |
| 107 'common/android/surface_texture_peer.cc', | |
|
Yaron
2012/06/11 19:46:22
NIT: Sorting is a bit off
michaelbai
2012/06/11 20:30:16
Done.
| |
| 108 'common/android/surface_texture_peer.h', | |
| 105 'common/appcache/appcache_dispatcher.cc', | 109 'common/appcache/appcache_dispatcher.cc', |
| 106 'common/appcache/appcache_dispatcher.h', | 110 'common/appcache/appcache_dispatcher.h', |
| 107 'common/appcache_messages.h', | 111 'common/appcache_messages.h', |
| 108 'common/browser_plugin_messages.h', | 112 'common/browser_plugin_messages.h', |
| 109 'common/child_process.cc', | 113 'common/child_process.cc', |
| 110 'common/child_process.h', | 114 'common/child_process.h', |
| 111 'common/child_process_host_impl.cc', | 115 'common/child_process_host_impl.cc', |
| 112 'common/child_process_host_impl.h', | 116 'common/child_process_host_impl.h', |
| 113 'common/child_process_messages.h', | 117 'common/child_process_messages.h', |
| 114 'common/child_process_sandbox_support_impl_linux.cc', | 118 'common/child_process_sandbox_support_impl_linux.cc', |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 335 'public/common/webkit_param_traits.cc', | 339 'public/common/webkit_param_traits.cc', |
| 336 'public/common/webkit_param_traits.h', | 340 'public/common/webkit_param_traits.h', |
| 337 ], | 341 ], |
| 338 'conditions': [ | 342 'conditions': [ |
| 339 ['OS!="win"', { | 343 ['OS!="win"', { |
| 340 'sources!': [ | 344 'sources!': [ |
| 341 'common/sandbox_policy.cc', | 345 'common/sandbox_policy.cc', |
| 342 'common/sandbox_policy.h', | 346 'common/sandbox_policy.h', |
| 343 ], | 347 ], |
| 344 }], | 348 }], |
| 349 ['OS=="android"',{ | |
| 350 'targets': [ | |
| 351 { | |
| 352 'target_name': 'common_aidl', | |
| 353 'type': 'none', | |
| 354 'variables': { | |
| 355 'aidl_interface_file': '../content/public/android/java/org/chromium/c ontent/common/common.aidl', | |
| 356 }, | |
| 357 'sources': [ | |
| 358 '../content/public/android/java/org/chromium/content/common/ISandboxe dProcessCallback.aidl', | |
| 359 '../content/public/android/java/org/chromium/content/common/ISandboxe dProcessService.aidl', | |
| 360 ], | |
| 361 'includes': [ '../build/java_aidl.gypi' ], | |
| 362 }, | |
| 363 ], | |
| 364 'link_settings': { | |
| 365 'libraries': [ | |
| 366 '-landroid', # ANativeWindow | |
| 367 ], | |
| 368 }, | |
| 369 'dependencies': [ | |
| 370 'content.gyp:content_jni_headers', | |
| 371 'common_aidl', | |
| 372 ], | |
| 373 }], | |
| 345 ['toolkit_uses_gtk == 1', { | 374 ['toolkit_uses_gtk == 1', { |
| 346 'dependencies': [ | 375 'dependencies': [ |
| 347 '../build/linux/system.gyp:gtk', | 376 '../build/linux/system.gyp:gtk', |
| 348 ], | 377 ], |
| 349 }], | 378 }], |
| 350 ['use_x11 == 1', { | 379 ['use_x11 == 1', { |
| 351 'dependencies': [ | 380 'dependencies': [ |
| 352 '../build/linux/system.gyp:pangocairo', | 381 '../build/linux/system.gyp:pangocairo', |
| 353 ], | 382 ], |
| 354 'include_dirs': [ | 383 'include_dirs': [ |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 454 '../build/extract_from_cab.py', | 483 '../build/extract_from_cab.py', |
| 455 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', | 484 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', |
| 456 '<(output)', | 485 '<(output)', |
| 457 '<(PRODUCT_DIR)', | 486 '<(PRODUCT_DIR)', |
| 458 ], | 487 ], |
| 459 }, | 488 }, |
| 460 ] | 489 ] |
| 461 }] | 490 }] |
| 462 ], | 491 ], |
| 463 } | 492 } |
| OLD | NEW |