| 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'sources': [ |
| 499 '../third_party/GTM/AppKit/GTMCarbonEvent.h', | 499 '../third_party/google_toolbox_for_mac/AppKit/GTMCarbonEvent.h', |
| 500 '../third_party/GTM/AppKit/GTMCarbonEvent.m', | 500 '../third_party/google_toolbox_for_mac/AppKit/GTMCarbonEvent.m', |
| 501 '../third_party/GTM/DebugUtils/GTMDebugSelectorValidation.h', | 501 '../third_party/google_toolbox_for_mac/DebugUtils/GTMDebugSelect
orValidation.h', |
| 502 '../third_party/GTM/DebugUtils/GTMTypeCasting.h', | 502 '../third_party/google_toolbox_for_mac/DebugUtils/GTMTypeCasting
.h', |
| 503 '../third_party/GTM/Foundation/GTMObjectSingleton.h', | 503 '../third_party/google_toolbox_for_mac/Foundation/GTMObjectSingl
eton.h', |
| 504 '../third_party/GTM/GTMDefines.h', | 504 '../third_party/google_toolbox_for_mac/GTMDefines.h', |
| 505 ], | 505 ], |
| 506 'include_dirs': [ | 506 'include_dirs': [ |
| 507 '../third_party/GTM', | 507 '../third_party/google_toolbox_for_mac', |
| 508 '../third_party/GTM/AppKit', | 508 '../third_party/google_toolbox_for_mac/AppKit', |
| 509 '../third_party/GTM/DebugUtils', | 509 '../third_party/google_toolbox_for_mac/DebugUtils', |
| 510 '../third_party/GTM/Foundation', | 510 '../third_party/google_toolbox_for_mac/Foundation', |
| 511 ], | 511 ], |
| 512 'link_settings': { | 512 'link_settings': { |
| 513 'libraries': [ | 513 'libraries': [ |
| 514 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 514 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 515 'libpam.a', | 515 'libpam.a', |
| 516 ], | 516 ], |
| 517 }, | 517 }, |
| 518 }], | 518 }], |
| 519 ['OS=="win"', { | 519 ['OS=="win"', { |
| 520 'defines': [ | 520 'defines': [ |
| (...skipping 2531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3052 '../base/allocator/allocator.gyp:allocator', | 3052 '../base/allocator/allocator.gyp:allocator', |
| 3053 ], | 3053 ], |
| 3054 }, | 3054 }, |
| 3055 ], | 3055 ], |
| 3056 ], | 3056 ], |
| 3057 }], # end of 'toolkit_uses_gtk == 1' | 3057 }], # end of 'toolkit_uses_gtk == 1' |
| 3058 ], # end of 'conditions' | 3058 ], # end of 'conditions' |
| 3059 }, # end of target 'remoting_unittests' | 3059 }, # end of target 'remoting_unittests' |
| 3060 ], # end of targets | 3060 ], # end of targets |
| 3061 } | 3061 } |
| OLD | NEW |