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, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
488 '-lpam', | 488 '-lpam', |
489 ], | 489 ], |
490 }, | 490 }, |
491 }, { # else OS != "linux" | 491 }, { # else OS != "linux" |
492 'sources!': [ | 492 'sources!': [ |
493 'host/continue_window_aura.cc', | 493 'host/continue_window_aura.cc', |
494 'host/disconnect_window_aura.cc', | 494 'host/disconnect_window_aura.cc', |
495 ], | 495 ], |
496 }], | 496 }], |
497 ['OS=="mac"', { | 497 ['OS=="mac"', { |
498 'sources': [ | 498 'dependencies': [ |
499 '../third_party/GTM/AppKit/GTMCarbonEvent.h', | 499 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy
p:google_toolbox_for_mac', |
500 '../third_party/GTM/AppKit/GTMCarbonEvent.m', | |
501 '../third_party/GTM/DebugUtils/GTMDebugSelectorValidation.h', | |
502 '../third_party/GTM/DebugUtils/GTMTypeCasting.h', | |
503 '../third_party/GTM/Foundation/GTMObjectSingleton.h', | |
504 '../third_party/GTM/GTMDefines.h', | |
505 ], | |
506 'include_dirs': [ | |
507 '../third_party/GTM', | |
508 '../third_party/GTM/AppKit', | |
509 '../third_party/GTM/DebugUtils', | |
510 '../third_party/GTM/Foundation', | |
511 ], | 500 ], |
512 'link_settings': { | 501 'link_settings': { |
513 'libraries': [ | 502 'libraries': [ |
514 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 503 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
515 'libpam.a', | 504 'libpam.a', |
516 ], | 505 ], |
517 }, | 506 }, |
518 }], | 507 }], |
519 ['OS=="win"', { | 508 ['OS=="win"', { |
520 'defines': [ | 509 'defines': [ |
(...skipping 2501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3022 '../base/allocator/allocator.gyp:allocator', | 3011 '../base/allocator/allocator.gyp:allocator', |
3023 ], | 3012 ], |
3024 }, | 3013 }, |
3025 ], | 3014 ], |
3026 ], | 3015 ], |
3027 }], # end of 'toolkit_uses_gtk == 1' | 3016 }], # end of 'toolkit_uses_gtk == 1' |
3028 ], # end of 'conditions' | 3017 ], # end of 'conditions' |
3029 }, # end of target 'remoting_unittests' | 3018 }, # end of target 'remoting_unittests' |
3030 ], # end of targets | 3019 ], # end of targets |
3031 } | 3020 } |
OLD | NEW |