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 'variables': { | 6 'variables': { |
| 7 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
| 8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
| 9 'chromium_code': 1, | 9 'chromium_code': 1, |
| 10 # Use consistent strings across all platforms. Note that the plugin name | 10 # Use consistent strings across all platforms. Note that the plugin name |
| (...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 374 ], | 374 ], |
| 375 }, | 375 }, |
| 376 ], # actions | 376 ], # actions |
| 377 }, # end of target 'remoting_me2me_host_archive' | 377 }, # end of target 'remoting_me2me_host_archive' |
| 378 | 378 |
| 379 { | 379 { |
| 380 'target_name': 'remoting_host_prefpane', | 380 'target_name': 'remoting_host_prefpane', |
| 381 'type': 'loadable_module', | 381 'type': 'loadable_module', |
| 382 'mac_bundle': 1, | 382 'mac_bundle': 1, |
| 383 'product_extension': 'prefPane', | 383 'product_extension': 'prefPane', |
| 384 'dependencies': [ | |
| 385 'remoting_base', | |
| 386 'remoting_host', | |
| 387 ], | |
| 388 'sources': [ | 384 'sources': [ |
|
Sergey Ulanov
2012/05/11 22:12:39
Please add a comment here to explain why we need t
| |
| 385 '../base/at_exit.cc', | |
| 386 '../base/base64.cc', | |
| 387 '../base/callback_internal.cc', | |
| 388 '../base/debug/alias.cc', | |
| 389 '../base/debug/debugger_posix.cc', | |
| 390 '../base/debug/stack_trace.cc', | |
| 391 '../base/debug/stack_trace_posix.cc', | |
| 392 '../base/file_path.cc', | |
| 393 '../base/file_util.cc', | |
| 394 '../base/file_util_mac.mm', | |
| 395 '../base/file_util_posix.cc', | |
| 396 '../base/json/json_reader.cc', | |
| 397 '../base/json/json_writer.cc', | |
| 398 '../base/json/string_escape.cc', | |
| 399 '../base/lazy_instance.cc', | |
| 400 '../base/logging.cc', | |
| 401 '../base/mac/authorization_util.mm', | |
| 402 '../base/mac/foundation_util.mm', | |
| 403 '../base/mac/launchd.cc', | |
| 404 '../base/mac/mac_logging.cc', | |
| 405 '../base/memory/ref_counted.cc', | |
| 406 '../base/message_loop.cc', | |
| 407 '../base/safe_strerror_posix.cc', | |
| 408 '../base/string16.cc', | |
| 409 '../base/string_number_conversions.cc', | |
| 410 '../base/string_piece.cc', | |
| 411 '../base/string_util.cc', | |
| 412 '../base/stringprintf.cc', | |
| 413 '../base/synchronization/lock.cc', | |
| 414 '../base/synchronization/lock_impl_posix.cc', | |
| 415 '../base/sys_string_conversions_mac.mm', | |
| 416 '../base/third_party/dmg_fp/dtoa_wrapper.cc', | |
| 417 '../base/third_party/dmg_fp/g_fmt.cc', | |
| 418 '../base/third_party/dynamic_annotations/dynamic_annotations.c', | |
| 419 '../base/third_party/icu/icu_utf.cc', | |
| 420 '../base/threading/non_thread_safe_impl.cc', | |
| 421 '../base/threading/platform_thread_posix.cc', | |
| 422 '../base/threading/thread_checker_impl.cc', | |
| 423 '../base/threading/thread_local_posix.cc', | |
| 424 '../base/threading/thread_restrictions.cc', | |
| 425 '../base/utf_string_conversion_utils.cc', | |
| 426 '../base/utf_string_conversions.cc', | |
| 427 '../base/values.cc', | |
| 428 '../crypto/hmac_mac.cc', | |
| 429 '../third_party/modp_b64/modp_b64.cc', | |
| 430 'host/host_config.cc', | |
| 431 'host/host_config.h', | |
| 432 'host/in_memory_host_config.cc', | |
| 433 'host/in_memory_host_config.h', | |
| 434 'host/json_host_config.cc', | |
| 435 'host/json_host_config.h', | |
| 436 'host/me2me_preference_pane.mm', | |
| 389 'host/me2me_preference_pane.h', | 437 'host/me2me_preference_pane.h', |
| 390 'host/me2me_preference_pane.mm', | 438 'protocol/authentication_method.cc', |
| 439 'protocol/authentication_method.h', | |
| 391 ], | 440 ], |
| 392 'link_settings': { | 441 'link_settings': { |
| 393 'libraries': [ | 442 'libraries': [ |
| 443 '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework', | |
| 444 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | |
| 394 '$(SDKROOT)/System/Library/Frameworks/PreferencePanes.framework', | 445 '$(SDKROOT)/System/Library/Frameworks/PreferencePanes.framework', |
| 446 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | |
| 395 ], | 447 ], |
| 396 }, | 448 }, |
| 397 'xcode_settings': { | 449 'xcode_settings': { |
| 450 'ARCHS': ['i386', 'x86_64'], | |
| 451 'DEAD_CODE_STRIPPING': 'YES', | |
| 452 'GCC_ENABLE_OBJC_GC': 'supported', | |
| 398 'INFOPLIST_FILE': 'host/me2me_preference_pane-Info.plist', | 453 'INFOPLIST_FILE': 'host/me2me_preference_pane-Info.plist', |
| 399 'INFOPLIST_PREPROCESS': 'YES', | 454 'INFOPLIST_PREPROCESS': 'YES', |
| 400 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full) " VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun dle_id)" COPYRIGHT_BY="<(copyright_by)"', | 455 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full) " VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun dle_id)" COPYRIGHT_BY="<(copyright_by)"', |
| 401 }, | 456 }, |
| 402 'mac_bundle_resources': [ | 457 'mac_bundle_resources': [ |
| 403 'host/me2me_preference_pane.xib', | 458 'host/me2me_preference_pane.xib', |
| 404 'host/me2me_preference_pane-Info.plist', | 459 'host/me2me_preference_pane-Info.plist', |
| 405 'resources/chromoting128.png', | 460 'resources/chromoting128.png', |
| 406 ], | 461 ], |
| 407 'mac_bundle_resources!': [ | 462 'mac_bundle_resources!': [ |
| (...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1759 '../base/allocator/allocator.gyp:allocator', | 1814 '../base/allocator/allocator.gyp:allocator', |
| 1760 ], | 1815 ], |
| 1761 }, | 1816 }, |
| 1762 ], | 1817 ], |
| 1763 ], | 1818 ], |
| 1764 }], | 1819 }], |
| 1765 ], # end of 'conditions' | 1820 ], # end of 'conditions' |
| 1766 }, # end of target 'remoting_unittests' | 1821 }, # end of target 'remoting_unittests' |
| 1767 ], # end of targets | 1822 ], # end of targets |
| 1768 } | 1823 } |
| OLD | NEW |