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

Issue 107933006: Get rid of ui_cocoa_third_party_toolkits target from ui.gyp (Closed)

Created:
7 years ago by tfarina
Modified:
7 years ago
CC:
chromium-reviews, chrome-apps-syd-reviews_chromium.org
Visibility:
Public.

Description

Get rid of ui_cocoa_third_party_toolkits target from ui.gyp Instead we add a gyp file in third_party/google_toolbox_for_mac to build the sources from third_party/GTM. This is the third and last patch in this series. BUG=299841 TEST=None R=mark@chromium.org,ben@chromium.org TBR=ben Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241471

Patch Set 1 #

Patch Set 2 : check it in third_party/google_toolbox_for_mac #

Total comments: 4

Patch Set 3 : trybot-mac.txt #

Patch Set 4 : src/third_party/google_toolbox_for_mac/src #

Patch Set 5 : is include_dirs necessary? #

Patch Set 6 : chrome_nibs.gyp #

Patch Set 7 : is this the right include dirs? #

Patch Set 8 : google_toolbox_for_mac.gyp #

Patch Set 9 : fix the include_dirs? #

Patch Set 10 : fix for chrome_common? #

Patch Set 11 : fix licenses check? #

Patch Set 12 : add it to ADDITIONAL_PATHS #

Total comments: 4

Patch Set 13 : fixes #

Patch Set 14 : ADD README.chromium #

Total comments: 41

Patch Set 15 : rebase DEPS #

Total comments: 8

Patch Set 16 : readme modifications #

Patch Set 17 : sorting #

Patch Set 18 : update include_dirs #

Patch Set 19 : fix typo + sort chrome/DEPS #

Patch Set 20 : breakpad - why mac_rel is not building? #

Patch Set 21 : google_toolbox_for_mac.gyp #

Patch Set 22 : complete the source file list #

Patch Set 23 : do not build src/Foundation/GTMURLBuilder.m #

Patch Set 24 : more frameworks - one time it will link #

Patch Set 25 : do not build sqlite and zlib foundation files #

Total comments: 3

Patch Set 26 : collected_cookies_mac.mm #

Patch Set 27 : rebase #

Patch Set 28 : add LICENSE file to please android_webview license check #

Patch Set 29 : rm License File line from README.chromium #

Total comments: 5

Patch Set 30 : mark review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+320 lines, -221 lines) Patch
M .gitignore View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -1 line 0 comments Download
M DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 chunks +7 lines, -5 lines 0 comments Download
M base/DEPS View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M base/mac/cocoa_protocols.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +2 lines, -2 lines 0 comments Download
M breakpad/breakpad.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +3 lines, -17 lines 0 comments Download
M chrome/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/service_process/service_process_control_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/themes/theme_service_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/about_ipc_controller.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/animatable_image.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/animatable_view.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/autofill/autofill_main_container.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_folder_window.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/bookmarks/bookmark_bar_view.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/avatar_menu_bubble_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/bubble_view.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/confirm_bubble_cocoa.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/constrained_window/constrained_window_alert.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/content_settings/cookie_details_view_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/download/download_item_cell.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/download/download_item_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/download/download_shelf_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/download/download_started_animation_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/browser_action_button.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/browser_actions_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_install_view_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_installed_bubble_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/find_bar/find_bar_cocoa_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/first_run_dialog.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/fullscreen_exit_bubble_controller.mm View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/global_error_bubble_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/gradient_button_cell.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/hover_close_button.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/hung_renderer_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_view.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/info_bubble_window.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/infobars/confirm_infobar_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/infobars/translate_infobar_base.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/l10n_util.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/login_prompt_cocoa.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/media_picker/desktop_media_picker_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/notifications/balloon_view.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/omnibox/omnibox_popup_view_mac.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/one_click_signin_view_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/presentation_mode_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/profile_signin_confirmation_view_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/rect_path_utils.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/speech_recognition_window_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/status_bubble_mac.mm View 1 2 3 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/tab_contents/sad_tab_view.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/tabs/tab_strip_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/ui_localizer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/validation_message_bubble_cocoa.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/website_settings_bubble_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +1 line, -9 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -4 lines 0 comments Download
M chrome/chrome_common.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -1 line 0 comments Download
M chrome/chrome_nibs.gyp View 1 2 3 4 5 1 chunk +3 lines, -4 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 2 chunks +0 lines, -6 lines 0 comments Download
M chrome/chrome_tests_unit.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +2 lines, -5 lines 0 comments Download
M chrome/common/mac/launchd.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M remoting/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +1 line, -2 lines 0 comments Download
M remoting/host/local_input_monitor_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +1 line, -1 line 0 comments Download
M remoting/remoting.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +2 lines, -13 lines 0 comments Download
A third_party/google_toolbox_for_mac/LICENSE View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +1 line, -0 lines 0 comments Download
A third_party/google_toolbox_for_mac/README.chromium View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +207 lines, -0 lines 0 comments Download
M third_party/molokocacao/NSBezierPath+MCAdditions.m View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/molokocacao/molokocacao.gyp View 1 chunk +1 line, -1 line 0 comments Download
M tools/include_tracer.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -2 lines 0 comments Download
M tools/licenses.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +0 lines, -6 lines 0 comments Download
M ui/app_list/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -2 lines 0 comments Download
M ui/app_list/app_list.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +1 line, -4 lines 0 comments Download
M ui/app_list/cocoa/apps_search_box_controller.mm View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/cocoa/signin_view_controller.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M ui/message_center/DEPS View 1 chunk +0 lines, -1 line 0 comments Download
M ui/message_center/message_center.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +0 lines, -8 lines 0 comments Download
M ui/ui.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +0 lines, -58 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
tfarina
Mark, I know you won't like this because it will sound a hack, but I ...
7 years ago (2013-12-11 01:42:58 UTC) #1
Mark Mentovai
This means that we need to redo the way that we check out third_party/GTM. I ...
7 years ago (2013-12-11 02:23:23 UTC) #2
tfarina
On Wed, Dec 11, 2013 at 12:23 AM, <mark@chromium.org> wrote: > This means that we ...
7 years ago (2013-12-11 02:32:01 UTC) #3
tfarina
On Wed, Dec 11, 2013 at 12:31 AM, Thiago Farina <tfarina@chromium.org> wrote: > On Wed, ...
7 years ago (2013-12-11 02:38:52 UTC) #4
Mark Mentovai
I don’t care if it’s dash or underscore. I just typed dashes because that’s the ...
7 years ago (2013-12-11 02:58:58 UTC) #5
tfarina
Let's see if this beast will compile. Mark, please, take another look. Thanks!
7 years ago (2013-12-12 23:11:30 UTC) #6
Mark Mentovai
https://codereview.chromium.org/107933006/diff/20001/DEPS File DEPS (right): https://codereview.chromium.org/107933006/diff/20001/DEPS#newcode67 DEPS:67: "src/third_party/google_toolbox_for_mac": This was formerly in deps_os. Don’t move it ...
7 years ago (2013-12-12 23:19:22 UTC) #7
tfarina
https://codereview.chromium.org/107933006/diff/20001/DEPS File DEPS (right): https://codereview.chromium.org/107933006/diff/20001/DEPS#newcode67 DEPS:67: "src/third_party/google_toolbox_for_mac": On 2013/12/12 23:19:23, Mark Mentovai wrote: > This ...
7 years ago (2013-12-12 23:24:09 UTC) #8
tfarina
I think this is ready for another look. google_toolbox_for_mac linked in mac_rel: [98/7792] LIBTOOL-STATIC libgoogle_toolbox_for_mac.a, ...
7 years ago (2013-12-13 12:05:23 UTC) #9
tfarina
I think this is ready for another look. google_toolbox_for_mac linked in mac_rel: [98/7792] LIBTOOL-STATIC libgoogle_toolbox_for_mac.a, ...
7 years ago (2013-12-13 12:05:23 UTC) #10
tfarina
Not so fast: Still have errors: ../../third_party/google_toolbox_for_mac/src/Foundation/GTMServiceManagement.h:19:10: fatal error: 'GTMDefines.h' file not found looking...
7 years ago (2013-12-13 12:10:06 UTC) #11
tfarina
Fixed. This is ready (mac and mac_rel built) % licenses checks. Submitting another try to ...
7 years ago (2013-12-13 12:49:13 UTC) #12
Mark Mentovai
https://codereview.chromium.org/107933006/diff/270001/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp File third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp (right): https://codereview.chromium.org/107933006/diff/270001/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp#newcode49 third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:49: # GTM is third-party code, so we don't want ...
7 years ago (2013-12-13 14:39:12 UTC) #13
tfarina
https://codereview.chromium.org/107933006/diff/270001/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp File third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp (right): https://codereview.chromium.org/107933006/diff/270001/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp#newcode49 third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:49: # GTM is third-party code, so we don't want ...
7 years ago (2013-12-13 21:42:14 UTC) #14
tfarina
https://codereview.chromium.org/107933006/diff/270001/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp File third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp (right): https://codereview.chromium.org/107933006/diff/270001/third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp#newcode49 third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:49: # GTM is third-party code, so we don't want ...
7 years ago (2013-12-13 21:42:14 UTC) #15
Mark Mentovai
https://codereview.chromium.org/107933006/diff/310001/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm File chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm (right): https://codereview.chromium.org/107933006/diff/310001/chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm#newcode41 chrome/browser/ui/cocoa/content_settings/collected_cookies_mac.mm:41: #include "third_party/apple_sample_code/ImageAndTextCell.h" Sort: google_toolbox_for_mac should follow apple_sample_code. https://codereview.chromium.org/107933006/diff/310001/chrome/chrome_browser.gypi File ...
7 years ago (2013-12-13 23:03:19 UTC) #16
Mark Mentovai
https://codereview.chromium.org/107933006/diff/330001/base/mac/cocoa_protocols.h File base/mac/cocoa_protocols.h (right): https://codereview.chromium.org/107933006/diff/330001/base/mac/cocoa_protocols.h#newcode10 base/mac/cocoa_protocols.h:10: // GTM also maintinas a list of empty protocols, ...
7 years ago (2013-12-13 23:07:25 UTC) #17
tfarina
https://codereview.chromium.org/107933006/diff/310001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/107933006/diff/310001/chrome/chrome_browser.gypi#newcode3316 chrome/chrome_browser.gypi:3316: '../third_party/google_toolbox_for_mac/src/Foundation/GTMServiceManagement.h', On 2013/12/13 23:03:20, Mark Mentovai wrote: > Shouldn’t ...
7 years ago (2013-12-16 02:42:02 UTC) #18
tfarina
https://codereview.chromium.org/107933006/diff/310001/chrome/chrome_browser.gypi File chrome/chrome_browser.gypi (right): https://codereview.chromium.org/107933006/diff/310001/chrome/chrome_browser.gypi#newcode3316 chrome/chrome_browser.gypi:3316: '../third_party/google_toolbox_for_mac/src/Foundation/GTMServiceManagement.h', On 2013/12/13 23:03:20, Mark Mentovai wrote: > Shouldn’t ...
7 years ago (2013-12-16 02:42:03 UTC) #19
tfarina
+Richard for the android_webview license issue. Richard, do you know what I'm doing wrong? Why ...
7 years ago (2013-12-16 23:04:20 UTC) #20
Mark Mentovai
https://codereview.chromium.org/107933006/diff/510001/third_party/google_toolbox_for_mac/README.chromium File third_party/google_toolbox_for_mac/README.chromium (right): https://codereview.chromium.org/107933006/diff/510001/third_party/google_toolbox_for_mac/README.chromium#newcode7 third_party/google_toolbox_for_mac/README.chromium:7: License File: src/COPYING src/COPYING is checked out in a ...
7 years ago (2013-12-16 23:06:00 UTC) #21
tfarina
https://codereview.chromium.org/107933006/diff/510001/third_party/google_toolbox_for_mac/README.chromium File third_party/google_toolbox_for_mac/README.chromium (right): https://codereview.chromium.org/107933006/diff/510001/third_party/google_toolbox_for_mac/README.chromium#newcode7 third_party/google_toolbox_for_mac/README.chromium:7: License File: src/COPYING On 2013/12/16 23:06:01, Mark Mentovai wrote: ...
7 years ago (2013-12-16 23:36:40 UTC) #22
tfarina
Mark I added a LICENSE file, copied from chrome/installer/mac/third_party/xz/LICENSE I'm hoping that will silence the ...
7 years ago (2013-12-17 02:53:48 UTC) #23
Torne
On 2013/12/17 02:53:48, tfarina wrote: > Mark I added a LICENSE file, copied from > ...
7 years ago (2013-12-17 11:16:54 UTC) #24
tfarina
On 2013/12/17 11:16:54, Torne wrote: > The LICENSE file is only used for the check ...
7 years ago (2013-12-17 12:17:05 UTC) #25
Torne
On 2013/12/17 12:17:05, tfarina wrote: > On 2013/12/17 11:16:54, Torne wrote: > > The LICENSE ...
7 years ago (2013-12-17 14:58:27 UTC) #26
Mark Mentovai
The bots like it and so do I. LGTM. https://codereview.chromium.org/107933006/diff/580001/.gitignore File .gitignore (right): https://codereview.chromium.org/107933006/diff/580001/.gitignore#newcode218 .gitignore:218: ...
7 years ago (2013-12-17 15:19:08 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/107933006/600001
7 years ago (2013-12-18 00:41:57 UTC) #28
tfarina
https://codereview.chromium.org/107933006/diff/580001/remoting/DEPS File remoting/DEPS (right): https://codereview.chromium.org/107933006/diff/580001/remoting/DEPS#newcode14 remoting/DEPS:14: "+third_party/google_toolbox_for_mac/src/AppKit", On 2013/12/17 15:19:09, Mark Mentovai wrote: > It ...
7 years ago (2013-12-18 00:42:55 UTC) #29
commit-bot: I haz the power
7 years ago (2013-12-18 03:58:41 UTC) #30
Message was sent while issue was closed.
Change committed as 241471

Powered by Google App Engine
This is Rietveld 408576698