Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(544)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 345063006: Switch to BoringSSL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2753 matching lines...) Expand 10 before | Expand all | Expand 10 after
2764 }], 2764 }],
2765 ['enable_printing==1', { 2765 ['enable_printing==1', {
2766 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], 2766 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ],
2767 }], 2767 }],
2768 ['OS=="linux" or OS=="android"', { 2768 ['OS=="linux" or OS=="android"', {
2769 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], 2769 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ],
2770 }], 2770 }],
2771 ['OS=="android"', { 2771 ['OS=="android"', {
2772 'dependencies': [ 2772 'dependencies': [
2773 '../components/components.gyp:web_contents_delegate_android', 2773 '../components/components.gyp:web_contents_delegate_android',
2774 '../third_party/openssl/openssl.gyp:openssl', 2774 '../third_party/boringssl/boringssl.gyp:boringssl',
2775 'chrome_browser_jni_headers', 2775 'chrome_browser_jni_headers',
2776 ], 2776 ],
2777 'dependencies!': [ 2777 'dependencies!': [
2778 '../components/components.gyp:feedback_proto', 2778 '../components/components.gyp:feedback_proto',
2779 '../third_party/libusb/libusb.gyp:libusb', 2779 '../third_party/libusb/libusb.gyp:libusb',
2780 '../ui/events/events.gyp:events', 2780 '../ui/events/events.gyp:events',
2781 'chrome_browser_ui_views.gyp:browser_ui_views', 2781 'chrome_browser_ui_views.gyp:browser_ui_views',
2782 ], 2782 ],
2783 'sources': [ '<@(chrome_browser_ui_android_sources)' ], 2783 'sources': [ '<@(chrome_browser_ui_android_sources)' ],
2784 }, { # Non-Android 2784 }, { # Non-Android
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2941 }], 2941 }],
2942 ['enable_spellcheck==1', { 2942 ['enable_spellcheck==1', {
2943 'dependencies': [ 2943 'dependencies': [
2944 '../third_party/hunspell/hunspell.gyp:hunspell', 2944 '../third_party/hunspell/hunspell.gyp:hunspell',
2945 ], 2945 ],
2946 }], 2946 }],
2947 ], 2947 ],
2948 }, 2948 },
2949 ], 2949 ],
2950 } 2950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698