OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 4669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4680 '../ui/app_list/app_list.gyp:app_list', | 4680 '../ui/app_list/app_list.gyp:app_list', |
4681 ], | 4681 ], |
4682 }], | 4682 }], |
4683 ['use_aura==1 and use_ash==0 and OS=="linux"', { | 4683 ['use_aura==1 and use_ash==0 and OS=="linux"', { |
4684 'dependencies': [ | 4684 'dependencies': [ |
4685 # gtk2 is the only component that can interact with gtk2 in our new | 4685 # gtk2 is the only component that can interact with gtk2 in our new |
4686 # world. | 4686 # world. |
4687 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 4687 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
4688 ], | 4688 ], |
4689 }], | 4689 }], |
4690 ['OS=="linux"', { | |
Lei Zhang
2012/08/09 03:47:16
It might be slightly better to put this up around
kmadhusu
2012/08/09 08:10:03
Done.
| |
4691 'dependencies': [ | |
4692 '../build/linux/system.gyp:udev', | |
4693 ], | |
4694 }], | |
4690 ['use_aura==1', { | 4695 ['use_aura==1', { |
4691 'sources/': [ | 4696 'sources/': [ |
4692 ['exclude', '^browser/automation/automation_provider_win.cc'], | 4697 ['exclude', '^browser/automation/automation_provider_win.cc'], |
4693 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], | 4698 ['exclude', '^browser/automation/chrome_frame_automation_provider.cc '], |
4694 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], | 4699 ['exclude', '^browser/automation/chrome_frame_automation_provider.h' ], |
4695 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], | 4700 ['exclude', '^browser/automation/testing_automation_provider_win.cc' ], |
4696 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], | 4701 ['exclude', '^browser/first_run/try_chrome_dialog_view.cc'], |
4697 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], | 4702 ['exclude', '^browser/first_run/try_chrome_dialog_view.h'], |
4698 ['exclude', '^browser/google/google_update_win.cc'], | 4703 ['exclude', '^browser/google/google_update_win.cc'], |
4699 ['exclude', '^browser/google/google_update_win.h'], | 4704 ['exclude', '^browser/google/google_update_win.h'], |
(...skipping 840 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
5540 'includes': [ '../build/jni_generator.gypi' ], | 5545 'includes': [ '../build/jni_generator.gypi' ], |
5541 'dependencies': [ | 5546 'dependencies': [ |
5542 'android_jar_jni_headers', | 5547 'android_jar_jni_headers', |
5543 ], | 5548 ], |
5544 }, | 5549 }, |
5545 ], | 5550 ], |
5546 }, | 5551 }, |
5547 ], | 5552 ], |
5548 ], | 5553 ], |
5549 } | 5554 } |
OLD | NEW |