| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/compiler/pgo/pgo.gni") | 7 import("//build/config/compiler/pgo/pgo.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/locales.gni") | 9 import("//build/config/locales.gni") |
| 10 import("//build/config/sanitizers/sanitizers.gni") | 10 import("//build/config/sanitizers/sanitizers.gni") |
| (...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1636 } | 1636 } |
| 1637 | 1637 |
| 1638 java_cpp_enum("offline_pages_enum_javagen") { | 1638 java_cpp_enum("offline_pages_enum_javagen") { |
| 1639 sources = [ | 1639 sources = [ |
| 1640 "browser/android/offline_pages/offline_page_utils.h", | 1640 "browser/android/offline_pages/offline_page_utils.h", |
| 1641 ] | 1641 ] |
| 1642 } | 1642 } |
| 1643 | 1643 |
| 1644 java_cpp_enum("sad_tab_event_enum_javagen") { | 1644 java_cpp_enum("sad_tab_event_enum_javagen") { |
| 1645 sources = [ | 1645 sources = [ |
| 1646 "browser/ui/sad_tab.cc", | 1646 "//ui/base/ui_metrics_types.h", |
| 1647 ] | 1647 ] |
| 1648 } | 1648 } |
| 1649 | 1649 |
| 1650 source_set("chrome_android_core") { | 1650 source_set("chrome_android_core") { |
| 1651 sources = [ | 1651 sources = [ |
| 1652 "app/android/chrome_android_initializer.cc", | 1652 "app/android/chrome_android_initializer.cc", |
| 1653 "app/android/chrome_android_initializer.h", | 1653 "app/android/chrome_android_initializer.h", |
| 1654 "app/android/chrome_jni_onload.cc", | 1654 "app/android/chrome_jni_onload.cc", |
| 1655 "app/android/chrome_jni_onload.h", | 1655 "app/android/chrome_jni_onload.h", |
| 1656 "app/android/chrome_main_delegate_android.cc", | 1656 "app/android/chrome_main_delegate_android.cc", |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1768 "//chrome/app/theme/$branding_path_component/product_logo_48.png", | 1768 "//chrome/app/theme/$branding_path_component/product_logo_48.png", |
| 1769 "//chrome/tools/build/linux/chrome-wrapper", | 1769 "//chrome/tools/build/linux/chrome-wrapper", |
| 1770 "//third_party/xdg-utils/scripts/xdg-mime", | 1770 "//third_party/xdg-utils/scripts/xdg-mime", |
| 1771 "//third_party/xdg-utils/scripts/xdg-settings", | 1771 "//third_party/xdg-utils/scripts/xdg-settings", |
| 1772 ] | 1772 ] |
| 1773 outputs = [ | 1773 outputs = [ |
| 1774 "$root_out_dir/{{source_file_part}}", | 1774 "$root_out_dir/{{source_file_part}}", |
| 1775 ] | 1775 ] |
| 1776 } | 1776 } |
| 1777 } | 1777 } |
| OLD | NEW |