| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 'idle_timer.cc', | 150 'idle_timer.cc', |
| 151 'idle_timer.h', | 151 'idle_timer.h', |
| 152 'idle_timer_none.cc', | 152 'idle_timer_none.cc', |
| 153 'id_map.h', | 153 'id_map.h', |
| 154 'image_util.cc', | 154 'image_util.cc', |
| 155 'image_util.h', | 155 'image_util.h', |
| 156 'json_reader.cc', | 156 'json_reader.cc', |
| 157 'json_reader.h', | 157 'json_reader.h', |
| 158 'json_writer.cc', | 158 'json_writer.cc', |
| 159 'json_writer.h', | 159 'json_writer.h', |
| 160 'keyboard_code_conversion_gtk.cc', |
| 161 'keyboard_code_conversion_gtk.h', |
| 160 'keyboard_codes.h', | 162 'keyboard_codes.h', |
| 161 'keyboard_codes_win.h', | 163 'keyboard_codes_win.h', |
| 164 'keyboard_codes_posix.h', |
| 162 'lazy_instance.cc', | 165 'lazy_instance.cc', |
| 163 'lazy_instance.h', | 166 'lazy_instance.h', |
| 164 'leak_tracker.h', | 167 'leak_tracker.h', |
| 165 'linked_list.h', | 168 'linked_list.h', |
| 166 'linked_ptr.h', | 169 'linked_ptr.h', |
| 167 'linux_util.cc', | 170 'linux_util.cc', |
| 168 'linux_util.h', | 171 'linux_util.h', |
| 169 'lock.cc', | 172 'lock.cc', |
| 170 'lock.h', | 173 'lock.h', |
| 171 'lock_impl.h', | 174 'lock_impl.h', |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 452 [ 'OS == "freebsd"', { | 455 [ 'OS == "freebsd"', { |
| 453 'sources!': [ | 456 'sources!': [ |
| 454 'directory_watcher_inotify.cc', | 457 'directory_watcher_inotify.cc', |
| 455 ], | 458 ], |
| 456 'sources': [ | 459 'sources': [ |
| 457 'directory_watcher_stub.cc', | 460 'directory_watcher_stub.cc', |
| 458 ], | 461 ], |
| 459 }, | 462 }, |
| 460 ], | 463 ], |
| 461 [ 'OS == "mac"', { | 464 [ 'OS == "mac"', { |
| 462 'sources/': [ ['exclude', '_(linux|win|chromeos)\\.cc$'] ], | 465 'sources/': [ ['exclude', '_(linux|gtk|win|chromeos)\\.cc$'] ], |
| 463 'sources!': [ | 466 'sources!': [ |
| 464 ], | 467 ], |
| 465 'link_settings': { | 468 'link_settings': { |
| 466 'libraries': [ | 469 'libraries': [ |
| 467 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 470 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 468 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 471 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 469 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 472 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 470 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 473 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 471 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 474 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 472 ], | 475 ], |
| 473 }, | 476 }, |
| 474 }, | 477 }, |
| 475 { # else: OS != "mac" | 478 { # else: OS != "mac" |
| 476 'sources!': [ | 479 'sources!': [ |
| 477 'crypto/cssm_init.cc', | 480 'crypto/cssm_init.cc', |
| 478 'crypto/cssm_init.h', | 481 'crypto/cssm_init.h', |
| 479 ], | 482 ], |
| 480 } | 483 } |
| 481 ], | 484 ], |
| 482 [ 'OS == "win"', { | 485 [ 'OS == "win"', { |
| 483 'include_dirs': [ | 486 'include_dirs': [ |
| 484 '../chrome/third_party/wtl/include', | 487 '../chrome/third_party/wtl/include', |
| 485 ], | 488 ], |
| 486 'sources/': [ ['exclude', '_(linux|mac|posix|chromeos)\\.cc$'], | 489 'sources/': [ ['exclude', '_(linux|gtk|mac|posix|chromeos)\\.cc$'], |
| 487 ['exclude', '\\.mm?$' ] ], | 490 ['exclude', '\\.mm?$' ] ], |
| 488 'sources': [ | 491 'sources': [ |
| 489 'window_impl.cc', | 492 'window_impl.cc', |
| 490 'window_impl.h', | 493 'window_impl.h', |
| 491 ], | 494 ], |
| 492 'sources!': [ | 495 'sources!': [ |
| 493 'data_pack.cc', | 496 'data_pack.cc', |
| 494 'event_recorder_stubs.cc', | 497 'event_recorder_stubs.cc', |
| 495 'file_descriptor_shuffle.cc', | 498 'file_descriptor_shuffle.cc', |
| 496 'message_pump_libevent.cc', | 499 'message_pump_libevent.cc', |
| (...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 879 '<@(_outputs)', | 882 '<@(_outputs)', |
| 880 ], | 883 ], |
| 881 'message': 'Generating version information', | 884 'message': 'Generating version information', |
| 882 }, | 885 }, |
| 883 ], | 886 ], |
| 884 }, | 887 }, |
| 885 ], | 888 ], |
| 886 }], | 889 }], |
| 887 ], | 890 ], |
| 888 } | 891 } |
| OLD | NEW |